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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | 種??T | 1000111011101101001111110011111101010100 | 8eed3f3f54 |
EUC-JP | 種??T | 1011110011101111001111110011111101010100 | bcef3f3f54 |
UTF-8 | 種渴갓T | 11100111101010001010111011100110101110001011010011101010101100001001001101010100 | e7a8aee6b8b4eab09354 |
UHC | 種渴갓T | 11110000111110101100101011100100101100001010101101010100 | f0facae4b0ab54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)