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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???潁 | 0011111100111111001111111001111111110001 | 3f3f3f9ff1 |
EUC-JP | 邕??潁 | 10001111111000011110110100111111001111111101111011110011 | 8fe1ed3f3fdef3 |
UTF-8 | 邕면썘潁 | 111010011000001010010101111010111010100110110100111011001000110110011000111001101011110110000001 | e98295eba9b4ec8d98e6bd81 |
UHC | 邕면썘潁 | 1110100010111011101110001110100110011011100010111110011110111000 | e8bbb8e99b8be7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)