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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?幄?B | 0011111110011011111010000011111101000010 | 3f9be83f42 |
EUC-JP | ?幄?B | 0011111111010110111010100011111101000010 | 3fd6ea3f42 |
UTF-8 | 돝幄퓬B | 11101011100011111001110111100101101110011000010011101101100100111010110001000010 | eb8f9de5b984ed93ac42 |
UHC | 돝幄퓬B | 10110101110000011110010011000001110001111011110001000010 | b5c1e4c1c7bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)