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 | 帝?q | 1001001011101001001111111000001010010001 | 92e93f8291 |
EUC-JP | 帝?q | 1100010011101011001111111010001111110001 | c4eb3fa3f1 |
UTF-8 | 帝펠q | 111001011011100010011101111011011000111010100000111011111011110110010001 | e5b89ded8ea0efbd91 |
UHC | 帝펠q | 111100001010100011000110111001111010001111110001 | f0a8c6e7a3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)