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 | ??チ??~ | 00111111001111111000001101100000001111110011111101111110 | 3f3f83603f3f7e |
EUC-JP | ??チ??~ | 00111111001111111010010111000001001111110011111101111110 | 3f3fa5c13f3f7e |
UTF-8 | 룴컦チ룶句~ | 11101011101000111011010011101100101110111010011011100011100000111000000111101011101000111011011011101111101001001000011001111110 | eba3b4ecbba6e38381eba3b6efa4867e |
UHC | 룴컦チ룶句~ | 1000111110101001101100001000111110101011110000011000111110101011110011111111101101111110 | 8fa9b08fabc18fabcffb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)