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 | 隕企ー | 1110100010100110100010101110100110110000 | e8a68ae9b0 |
EUC-JP | 隕企ー | 111100001010100010110100111010111000111010110000 | f0a8b4eb8eb0 |
UTF-8 | 隕企ー | 111010011001101010010101111001001011110010000001111011111011110110110000 | e99a95e4bc81efbdb0 |
UHC | 隕企? | 1110101010100010110100001110101000111111 | eaa2d0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)