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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 餓?㏄ | 1000100111101100001111111000011101110100 | 89ec3f8774 |
EUC-JP | 餓?? | 10110010111011100011111100111111 | b2ee3f3f |
UTF-8 | 餓듭㏄ | 111010011010010010010011111010111001001110101101111000111000111110000100 | e9a493eb93ade38f84 |
UHC | 餓듭㏄ | 111001001011101110110101111011001010011110100110 | e4bbb5eca7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)