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 | 恁o醍H | 10011100100011001000001010001111100100011110011101001000 | 9c8c828f91e748 |
EUC-JP | 恁o醍H | 11010111111011001010001111101111110000101110100101001000 | d7eca3efc2e948 |
UTF-8 | 恁o醍H | 11100110100000011000000111101111101111011000111111101001100001101000110101001000 | e68181efbd8fe9868d48 |
UHC | 恁o醍H | 11101100111101101010001111101111111100001011010101001000 | ecf6a3eff0b548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)