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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 歎贈旦卒] | 100100100101011010010001101000011001001001010101100100011011001001011101 | 925691a1925591b25d |
EUC-JP | 歎贈旦卒] | 110000111011011111000010101000111100001110110110110000101011010001011101 | c3b7c2a3c3b6c2b45d |
UTF-8 | 歎贈旦卒] | 11100110101011011000111011101000101101001000100011100110100101111010011011100101100011011001001001011101 | e6ad8ee8b488e697a6e58d925d |
UHC | 歎贈旦卒] | 111101111010011111110001111111001101001110101001111100001110111101011101 | f7a7f1fcd3a9f0ef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)