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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譴伎ごB | 11100110101000101000101011101010100000101011001001000010 | e6a28aea82b242 |
EUC-JP | 譴伎ごB | 11101100101001001011010011101100101001001011010001000010 | eca4b4eca4b442 |
UTF-8 | 譴伎ごB | 11101000101011011011010011100100101111001000111011100011100000011001010001000010 | e8adb4e4bc8ee3819442 |
UHC | 譴伎ごB | 11001100101110011101000011101011101010101011010001000010 | ccb9d0ebaab442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)