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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 曜ゅ?H | 100101110110101010000010111000110011111101001000 | 976a82e33f48 |
EUC-JP | 曜ゅ?H | 110011011100101110100100111001010011111101001000 | cdcba4e53f48 |
UTF-8 | 曜ゅ쳦H | 11100110100110111001110011100011100000101000010111101100101100111010011001001000 | e69b9ce38285ecb3a648 |
UHC | 曜ゅ쳦H | 11101000111110001010101011100101101010111000101101001000 | e8f8aae5ab8b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)