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 | 酊頭?? | 111001111100001010010011101010100011111100111111 | e7c293aa3f3f |
EUC-JP | 酊頭?? | 111011101100010011000110101011000011111100111111 | eec4c6ac3f3f |
UTF-8 | 酊頭렑렕 | 111010011000010110001010111010011010000010101101111010111010000010010001111010111010000010010101 | e9858ae9a0adeba091eba095 |
UHC | 酊頭렑렕 | 1110111111111000110101001110100110001110101001101000111010101010 | eff8d4e98ea68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)