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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???彛??? | 001111110011111100111111100011111011110011111010001111110011111100111111 | 3f3f3f8fbcfa3f3f3f |
UTF-8 | 列룸씈彛쎾룛易 | 111011111010011010011100111010111010001110111000111011001001010010001000111001011011110110011011111011001000111010111110111010111010001110011011111011111010011110100000 | efa69ceba3b8ec9488e5bd9bec8ebeeba39befa7a0 |
UHC | 列룸씈彛쎾룛易 | 1110011011101010101101111110101110011101101000001110110010101101100110111110010110001111100101111110110010101111 | e6eab7eb9da0ecad9be58f97ecaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)