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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中捧?基?? | 100100101000011010010101111110010011111110001010111011100011111100111111 | 928695f93f8aee3f3f |
EUC-JP | 中捧?基?? | 110000111110011011001010111110110011111110110100111100000011111100111111 | c3e6cafb3fb4f03f3f |
UTF-8 | 中捧렓基렰큇 | 111001001011100010101101111001101000110110100111111010111010000010010011111001011001111110111010111010111010000010110000111011011000000110000111 | e4b8ade68da7eba093e59fbaeba0b0ed8187 |
UHC | 中捧렓基렰큇 | 111100011110100111011100111010011000111010101000110100001111000110001110101111011100010110100011 | f1e9dce98ea8d0f18ebdc5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)