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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 襍カ蜉セV | 11101000101101011011011011100101100010101011111001010110 | e8b5b6e58abe56 |
EUC-JP | 襍カ蜉セV | 111100001011011110001110101101101110100111101010100011101011111001010110 | f0b78eb6e9ea8ebe56 |
UTF-8 | 襍カ蜉セV | 11101000101001011000110111101111101111011011011011101000100111001000100111101111101111011011111001010110 | e8a58defbdb6e89c89efbdbe56 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)