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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樗逗??闇? | 100100101001010010010000100000000011111100111111100010001100010100111111 | 929490803f3f88c53f |
EUC-JP | 樗逗??闇? | 110000111111010010111111111000000011111100111111101100001100011100111111 | c3f4bfe03f3fb0c73f |
UTF-8 | 樗逗렟렣闇젓 | 111001101010100010010111111010011000000010010111111010111010000010011111111010111010000010100011111010011001011110000111111011001010000010010011 | e6a897e98097eba09feba0a3e99787eca093 |
UHC | 樗逗렟렣闇젓 | 111011101100000011010100111010001000111010110000100011101011010011100100111000011100000110100011 | eec0d4e88eb08eb4e4e1c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)