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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凞」顏ン | 111110110101100010100011111010001111100011011101 | fb58a3e8f8dd |
EUC-JP | ?」顏ン | 00111111100011101010001111110000111110101000111011011101 | 3f8ea3f0fa8edd |
UTF-8 | 凞」顏ン | 111011111010100010010101111011111011110110100011111010011010000110001111111011111011111010011101 | efa895efbda3e9a18fefbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)