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 | 鮟倡原 | 111010011011101110011000111001111000110010110100 | e9bb98e78cb4 |
EUC-JP | 鮟倡原 | 111100101011110111010000111010011011100010110110 | f2bdd0e9b8b6 |
UTF-8 | 鮟倡原 | 111010011010111010011111111001011000000010100001111001011000111010011111 | e9ae9fe580a1e58e9f |
UHC | 鮟倡原 | 111001001101010111110011110110111110101010101011 | e4d5f3dbeaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)