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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 懿?懿?B | 10011100111100100011111110011100111100100011111101000010 | 9cf23f9cf23f42 |
EUC-JP | 懿?懿?B | 11011000111101000011111111011000111101000011111101000010 | d8f43fd8f43f42 |
UTF-8 | 懿렱懿렱B | 11100110100001111011111111101011101000001011000111100110100001111011111111101011101000001011000101000010 | e687bfeba0b1e687bfeba0b142 |
UHC | 懿렱懿렱B | 111010111111001110001110101111101110101111110011100011101011111001000010 | ebf38ebeebf38ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)