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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衽鮃ヒロ | 111001011101000111101001101101111100101111011011 | e5d1e9b7cbdb |
EUC-JP | 衽鮃ヒロ | 1110101011010011111100101011100110001110110010111000111011011011 | ead3f2b98ecb8edb |
UTF-8 | 衽鮃ヒロ | 111010001010000110111101111010011010111010000011111011111011111010001011111011111011111010011011 | e8a1bde9ae83efbe8befbe9b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)