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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 辣ヨ燦\ | 11100111100001011000001110001000100011100101011101011100 | e78583888e575c |
EUC-JP | 辣ヨ燦\ | 11101101111001011010010111101000101110111011100001011100 | ede5a5e8bbb85c |
UTF-8 | 辣ヨ燦\ | 11101000101111101010001111100011100000111010100011100111100001111010011001011100 | e8bea3e383a8e787a65c |
UHC | 辣ヨ燦\ | 11010101101110001010101111101000111100111011111001011100 | d5b8abe8f3be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)