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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 胖。芍胖。睥^ | 1110001111110100101000011110010010001001111000111111010010100001111000011100110001011110 | e3f4a1e489e3f4a1e1cc5e |
EUC-JP | 胖。芍胖。睥^ | 11100110111101101000111010100001111001111110100111100110111101101000111010100001111000101100111001011110 | e6f68ea1e7e9e6f68ea1e2ce5e |
UTF-8 | 胖。芍胖。睥^ | 11101000100000111001011011101111101111011010000111101000100010101000110111101000100000111001011011101111101111011010000111100111100111011010010101011110 | e88396efbda1e88a8de88396efbda1e79da55e |
UHC | ??芍???^ | 0011111100111111111011011100101100111111001111110011111101011110 | 3f3fedcb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)