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 | 縫笞滄 | 100101100100010011100010100110101001111111101001 | 9644e29a9fe9 |
EUC-JP | 縫笞滄 | 110010111010010111100011111110101101111011101011 | cba5e3fadeeb |
UTF-8 | 縫笞滄 | 111001111011100010101011111001111010110010011110111001101011101110000100 | e7b8abe7ac9ee6bb84 |
UHC | 縫笞滄 | 110111001110111011110111110000101111001111100111 | dceef7c2f3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)