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 | ???肉??? | 0011111100111111001111111001001111110111001111110011111100111111 | 3f3f3f93f73f3f3f |
EUC-JP | ???肉??? | 0011111100111111001111111100011011111001001111110011111100111111 | 3f3f3fc6f93f3f3f |
UTF-8 | 列룸벊肉됧맫履 | 111011111010011010011100111010111010001110111000111010111011001010001010111010001000001010001001111010111001000010100111111010111010011110101011111011111010011110011111 | efa69ceba3b8ebb28ae88289eb90a7eba7abefa79f |
UHC | 列룸벊肉됧맫履 | 1110011011101010101101111110101110010011101011011110101110111111100010011110010110010000101100111110110010101010 | e6eab7eb93adebbf89e590b3ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)