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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 먊롷왃먊읐 | 111010111010100010001010111010111010000110110111111011001001100110000011111010111010100010001010111011001001110110010000 | eba88aeba1b7ec9983eba88aec9d90 |
UHC | 먊롷왃먊읐 | 10010000110010001000111011110011100111101011011010010000110010001001111111000010 | 90c88ef39eb690c89fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)