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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓁ィ逋 | 1110010011101011101010001110011110011001 | e4eba8e799 |
EUC-JP | 蓁ィ逋 | 111010001110110110001110101010001110110111111001 | e8ed8ea8edf9 |
UTF-8 | 蓁ィ逋 | 111010001001001110000001111011111011110110101000111010011000000010001011 | e89381efbda8e9808b |
UHC | ??逋 | 00111111001111111111100011100111 | 3f3ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)