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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齬??有?? | 1110101010010111001111110011111110010111010011000011111100111111 | ea973f3f974c3f3f |
EUC-JP | 齬??有?? | 1111001111110111001111110011111111001101101011010011111100111111 | f3f73f3fcdad3f3f |
UTF-8 | 齬좊맫有멧벰 | 111010011011110110101100111011001010001010001010111010111010011110101011111001101001110010001001111010111010100110100111111010111011001010110000 | e9bdaceca28aeba7abe69c89eba9a7ebb2b0 |
UHC | 齬좊맫有멧벰 | 111001011110000110100000111010111001000010110011111010101111001110111000111001001011101010101000 | e5e1a0eb90b3eaf3b8e4baa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)