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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??ュ?忌^ | 0011111100111111100000111000010100111111100010101111010101011110 | 3f3f83853f8af55e |
EUC-JP | ??ュ?忌^ | 0011111100111111101001011110010100111111101101001111011101011110 | 3f3fa5e53fb4f75e |
UTF-8 | 룶欄ュ룶忌^ | 11101011101000111011011011101111101001001001110111100011100000111010010111101011101000111011011011100101101111111000110001011110 | eba3b6efa49de383a5eba3b6e5bf8c5e |
UHC | 룶欄ュ룶忌^ | 1000111110101011110100011110110110101011111001011000111110101011110100001111101101011110 | 8fabd1edabe58fabd0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)