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 | ??U??N | 001111110011111101010101001111110011111101001110 | 3f3f553f3f4e |
SJIS-WIN | 訒クU訒クN | 1111101110100011101110000101010111111011101000111011100001001110 | fba3b855fba3b84e |
EUC-JP | 訒クU訒クN | 100011111101110111001000100011101011100001010101100011111101110111001000100011101011100001001110 | 8fddc88eb8558fddc88eb84e |
UTF-8 | 訒クU訒クN | 1110100010101000100100101110111110111101101110000101010111101000101010001001001011101111101111011011100001001110 | e8a892efbdb855e8a892efbdb84e |
UHC | ??U??N | 001111110011111101010101001111110011111101001110 | 3f3f553f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)