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 | ??´? | 00111111001111111011010000111111 | 3f3fb43f |
SJIS-WIN | ?e´鴉 | 00111111100000101000010110000001010011001110100111101011 | 3f8285814ce9eb |
EUC-JP | ?e´鴉 | 00111111101000111110010110100001101011011111001011101101 | 3fa3e5a1adf2ed |
UTF-8 | 읔e´鴉 | 1110110010011101100101001110111110111101100001011100001010110100111010011011010010001001 | ec9d94efbd85c2b4e9b489 |
UHC | 읔e´鴉 | 1100000011000011101000111110010110100010101001011110010010111100 | c0c3a3e5a2a5e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)