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 | 긨긥 | 111010101011100010101000111010101011100010100101 | eab8a8eab8a5 |
SJIS-WIN | ??¨??¥ | 0011111100111111100000010100111000111111001111111000000110001111 | 3f3f814e3f3f818f |
EUC-JP | 긨� | 100011111010101110110100100011111010001010110001101000011010111110001111101010111011010010001111101000101011000100111111 | 8fabb48fa2b1a1af8fabb48fa2b13f |
UTF-8 | 긨긥 | 110000111010101011000010101110001100001010101000110000111010101011000010101110001100001010100101 | c3aac2b8c2a8c3aac2b8c2a5 |
UHC | ?¸¨?¸? | 001111111010001010101100101000011010011100111111101000101010110000111111 | 3fa2aca1a73fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)