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 | 陦笹箕 | 111010001010000110001101111110011001011010100101 | e8a18df996a5 |
EUC-JP | 陦笹箕 | 111100001010001110111010111110111100110010100111 | f0a3bafbcca7 |
UTF-8 | 陦笹箕 | 111010011001100110100110111001111010110010111001111001111010111010010101 | e999a6e7acb9e7ae95 |
UHC | ?笹箕 | 0011111111100001101010111101000110111001 | 3fe1abd1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)