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 | 躊牘笳 | 111001110101001111100000101011111110001010010111 | e753e0afe297 |
EUC-JP | 躊牘笳 | 111011011011010011100000101100011110001111110111 | edb4e0b1e3f7 |
UTF-8 | 躊牘笳 | 111010001011101010001010111001111000100110011000111001111010110010110011 | e8ba8ae78998e7acb3 |
UHC | 躊牘? | 1111000111001100110101001011101000111111 | f1ccd4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)