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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 俉??節??h | 111110100110000100111111001111111001000011011111001111110011111101101000 | fa613f3f90df3f3f68 |
EUC-JP | 俉??節??h | 10001111101100011011101100111111001111111100000011100001001111110011111101101000 | 8fb1bb3f3fc0e13f3f68 |
UTF-8 | 俉녘뙣節얍퍟h | 11100100101111111000100111101011100001011001100011101011100110011010001111100111101011111000000011101100100101101000110111101101100011011001111101101000 | e4bf89eb8598eb99a3e7af80ec968ded8d9f68 |
UHC | 俉녘뙣節얍퍟h | 11100111111010111011001111101000100011001010100011101111101111011011111011100101101110111001011001101000 | e7ebb3e88ca8efbdbee5bb9668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)