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 | 蜈帝エ | 1110010110000101100100101110100110110100 | e58592e9b4 |
EUC-JP | 蜈帝エ | 111010011110010111000100111010111000111010110100 | e9e5c4eb8eb4 |
UTF-8 | 蜈帝エ | 111010001001110010001000111001011011100010011101111011111011110110110100 | e89c88e5b89defbdb4 |
UHC | 蜈帝? | 1110100010100101111100001010100000111111 | e8a5f0a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)