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 | 錞自肛 | 111110111101101110001110101010011110001111101000 | fbdb8ea9e3e8 |
EUC-JP | 錞自肛 | 10001111111001001101110010111100101010111110011011101010 | 8fe4dcbcabe6ea |
UTF-8 | 錞自肛 | 111010011000110010011110111010001000011110101010111010001000001010011011 | e98c9ee887aae8829b |
UHC | 錞自肛 | 111000101111011011101101101110111111100111111101 | e2f6edbbf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)