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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????9 | 00111111001111110011111100111111001111111000001001011000 | 3f3f3f3f3f8258 |
EUC-JP | ?????9 | 00111111001111110011111100111111001111111010001110111001 | 3f3f3f3f3fa3b9 |
UTF-8 | 列룸쓬履묈9 | 111011111010011010011100111010111010001110111000111011001001001110101100111011111010011110011111111010111010110010001000111011111011110010011001 | efa69ceba3b8ec93acefa79febac88efbc99 |
UHC | 列룸쓬履묈9 | 111001101110101010110111111010111001110110001100111011001010101010010001111001011010001110111001 | e6eab7eb9d8cecaa91e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)