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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ??チ?忌~ | 0011111100111111100000110110000000111111100010101111010101111110 | 3f3f83603f8af57e |
EUC-JP | ??チ?忌~ | 0011111100111111101001011100000100111111101101001111011101111110 | 3f3fa5c13fb4f77e |
UTF-8 | 룴컦チ룶忌~ | 11101011101000111011010011101100101110111010011011100011100000111000000111101011101000111011011011100101101111111000110001111110 | eba3b4ecbba6e38381eba3b6e5bf8c7e |
UHC | 룴컦チ룶忌~ | 1000111110101001101100001000111110101011110000011000111110101011110100001111101101111110 | 8fa9b08fabc18fabd0fb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)