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 | 曹旺???? | 1001000110000010100010011010000000111111001111110011111100111111 | 918289a03f3f3f3f |
EUC-JP | 曹旺???? | 1100000111100010101100101010001000111111001111110011111100111111 | c1e2b2a23f3f3f3f |
UTF-8 | 曹旺렯롏렯렶 | 111001101001101110111001111001101001011110111010111010111010000010101111111010111010000110001111111010111010000010101111111010111010000010110110 | e69bb9e697baeba0afeba18feba0afeba0b6 |
UHC | 曹旺렯롏렯렶 | 111100001100011111101000110110101000111010111100100011101101010110001110101111001000111011000001 | f0c7e8da8ebc8ed58ebc8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)