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 | ?????ß | 001111110011111100111111001111110011111111011111 | 3f3f3f3f3fdf |
SJIS-WIN | ??ュ??? | 00111111001111111000001110000101001111110011111100111111 | 3f3f83853f3f3f |
EUC-JP | ??ュ??ß | 001111110011111110100101111001010011111100111111100011111010100111001110 | 3f3fa5e53f3f8fa9ce |
UTF-8 | 룶欄ュ룴컦ß | 1110101110100011101101101110111110100100100111011110001110000011101001011110101110100011101101001110110010111011101001101100001110011111 | eba3b6efa49de383a5eba3b4ecbba6c39f |
UHC | 룶欄ュ룴컦ß | 100011111010101111010001111011011010101111100101100011111010100110110000100011111010100110101100 | 8fabd1edabe58fa9b08fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)