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 | 正?旨? | 100100001011001100111111100011100111110000111111 | 90b33f8e7c3f |
EUC-JP | 正?旨? | 110000001011010100111111101110111101110100111111 | c0b53fbbdd3f |
UTF-8 | 正렟旨렫 | 111001101010110110100011111010111010000010011111111001101001011110101000111010111010000010101011 | e6ada3eba09fe697a8eba0ab |
UHC | 正렟旨렫 | 1110111111100001100011101011000011110010101010011000111010111001 | efe18eb0f2a98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)