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 | ?\???H | 001111110101110000111111001111110011111101001000 | 3f5c3f3f3f48 |
SJIS-WIN | ?\???H | 001111110101110000111111001111110011111101001000 | 3f5c3f3f3f48 |
EUC-JP | ?\???H | 001111110101110000111111001111110011111101001000 | 3f5c3f3f3f48 |
UTF-8 | 묯\묰뭌묨H | 1110101110101100101011110101110011101011101011001011000011101011101011011000110011101011101011001010100001001000 | ebacaf5cebacb0ebad8cebaca848 |
UHC | 묯\묰뭌묨H | 10010010010001100101110010010010010001111001001001010111100100100100000101001000 | 92465c92479257924148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)