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 | 予拭湜 | 100101110101110010010000010000001111101101000111 | 975c9040fb47 |
EUC-JP | 予拭湜 | 11001101101111011011111110100001100011111100011111111100 | cdbdbfa18fc7fc |
UTF-8 | 予拭湜 | 111001001011101010001000111001101000101110101101111001101011100110011100 | e4ba88e68bade6b99c |
UHC | 予拭湜 | 111001011111100011100011110101001110001111010111 | e5f8e3d4e3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)