To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???k???S | 0011111100111111001111110110101100111111001111110011111101010011 | 3f3f3f6b3f3f3f53 |
SJIS-WIN | 瞶k瞶S | 1111011110101001111000011101011011110001111111000110101111110111101010011110000111010110111100011111110001010011 | f7a9e1d6f1fc6bf7a9e1d6f1fc53 |
EUC-JP | ?瞶?k?瞶?S | 00111111111000101101100000111111011010110011111111100010110110000011111101010011 | 3fe2d83f6b3fe2d83f53 |
UTF-8 | 瞶k瞶S | 1110111010010110100011001110011110011110101101101110111010000101101101110110101111101110100101101000110011100111100111101011011011101110100001011011011101010011 | ee968ce79eb6ee85b76bee968ce79eb6ee85b753 |
UHC | ???k???S | 0011111100111111001111110110101100111111001111110011111101010011 | 3f3f3f6b3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)