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 | 遮蓆痔 | 100011101101010111100100111011001000111010100100 | 8ed5e4ec8ea4 |
EUC-JP | 遮蓆痔 | 101111001101011111101000111011101011110010100110 | bcd7e8eebca6 |
UTF-8 | 遮蓆痔 | 111010011000000110101110111010001001001110000110111001111001011110010100 | e981aee89386e79794 |
UHC | 遮蓆痔 | 111100111011010011100000101101101111011011000000 | f3b4e0b6f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)