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 | 隍顔オ | 1110100010100100100010101110011110110101 | e8a48ae7b5 |
EUC-JP | 隍顔オ | 111100001010011010110100111010011000111010110101 | f0a6b4e98eb5 |
UTF-8 | 隍顔オ | 111010011001101010001101111010011010000110010100111011111011110110110101 | e99a8de9a194efbdb5 |
UHC | 隍顔? | 1111110011011011111001001101010000111111 | fcdbe4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)