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 | 臟??? | 1110010001100110001111110011111100111111 | e4663f3f3f |
EUC-JP | 臟??? | 1110011111000111001111110011111100111111 | e7c73f3f3f |
UTF-8 | 臟뚨옚怜 | 111010001000011110011111111010111001101010101000111011001001100010011010111011111010011010101100 | e8879feb9aa8ec989aefa6ac |
UHC | 臟뚨옚怜 | 1110110111110100100011001110011110011110100111101110011110110000 | edf48ce79e9ee7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)