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 | 걨걦 | 111010101011000110101000111010101011000110100110 | eab1a8eab1a6 |
SJIS-WIN | ?±¨?±? | 001111111000000101111101100000010100111000111111100000010111110100111111 | 3f817d814e3f817d3f |
EUC-JP | 걨걦 | 100011111010101110110100101000011101111010100001101011111000111110101011101101001010000111011110100011111010001011000011 | 8fabb4a1dea1af8fabb4a1de8fa2c3 |
UTF-8 | 걨걦 | 110000111010101011000010101100011100001010101000110000111010101011000010101100011100001010100110 | c3aac2b1c2a8c3aac2b1c2a6 |
UHC | ?±¨?±? | 001111111010000110111110101000011010011100111111101000011011111000111111 | 3fa1bea1a73fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)