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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕??訝? | 11100001010100000011111100111111111001100110001000111111 | e1503f3fe6623f |
EUC-JP | 甕??訝? | 11100001101100010011111100111111111010111100001100111111 | e1b13f3febc33f |
UTF-8 | 甕잍뇛訝놟 | 111001111001010010010101111011001001111010001101111010111000011110011011111010001010100010011101111010111000011010011111 | e79495ec9e8deb879be8a89deb869f |
UHC | 甕잍뇛訝놟 | 11101000101110001001111111100110100001111000011011100100101110001000011101000010 | e8b89fe68786e4b88742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)