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 | 驫匁ヲ顔n隍 | 1110100110001010100101101110011010100110100010101110011110000010100011101110100010100100 | e98a96e6a68ae7828ee8a4 |
EUC-JP | 驫匁ヲ顔n隍 | 111100011110101011001100111010001000111010100110101101001110100110100011111011101111000010100110 | f1eacce88ea6b4e9a3eef0a6 |
UTF-8 | 驫匁ヲ顔n隍 | 111010011010100110101011111001011000110010000001111011111011110110100110111010011010000110010100111011111011110110001110111010011001101010001101 | e9a9abe58c81efbda6e9a194efbd8ee99a8d |
UHC | ???顔n隍 | 001111110011111100111111111001001101010010100011111011101111110011011011 | 3f3f3fe4d4a3eefcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)