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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 烏m?宜?B | 100010010100011110000010100011010011111110001011010110000011111101000010 | 8947828d3f8b583f42 |
EUC-JP | 烏m?宜?B | 101100011010100010100011111011010011111110110101101110010011111101000010 | b1a8a3ed3fb5b93f42 |
UTF-8 | 烏m렆宜켉B | 11100111100000111000111111101111101111011000110111101011101000001000011011100101101011101001110011101100101111001000100101000010 | e7838fefbd8deba086e5ae9cecbc8942 |
UHC | 烏m렆宜켉B | 1110100010100001101000111110110110001110101000001110101111110001101100010100011001000010 | e8a1a3ed8ea0ebf1b14642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)