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 | 譽??鸚?B | 1110011010100011001111110011111111101010010111110011111101000010 | e6a33f3fea5f3f42 |
EUC-JP | 譽??鸚?B | 1110110010100101001111110011111111110011110000000011111101000010 | eca53f3ff3c03f42 |
UTF-8 | 譽길㉬鸚숷B | 11101000101011011011110111101010101110001011100011100011100010011010110011101001101110001001101011101100100010001011011101000010 | e8adbdeab8b8e389ace9b89aec88b742 |
UHC | 譽길㉬鸚숷B | 1110011111100010101100011110011010101000101111011110010110100100100110100100110001000010 | e7e2b1e6a8bde5a49a4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)