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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鎔恃 | 0011111111101000010011111001110010010100 | 3fe84f9c94 |
EUC-JP | ?鎔恃 | 0011111111101111101100001101011111110100 | 3fefb0d7f4 |
UTF-8 | 덂鎔恃 | 111010111000110110000010111010011000111010010100111001101000000110000011 | eb8d82e98e94e68183 |
UHC | 덂鎔恃 | 100010001110010111101001110010101110001110111110 | 88e5e9cae3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)