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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 饔?ˇ? | 1000111111101000111011110011111110001111101000101011000000111111 | 8fe8ef3f8fa2b03f |
UTF-8 | 饔€ˇ蓮 | 1110100110100101100101001110001010000010101011001100101110000111111011111010011010011001 | e9a594e282accb87efa699 |
UHC | 饔€ˇ蓮 | 1110100010111101101000101110011010100010101001111110011011100101 | e8bda2e6a2a7e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)