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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窪??齬 | 100011000100010100111111001111111110101010010111 | 8c453f3fea97 |
EUC-JP | 窪??齬 | 101101111010011000111111001111111111001111110111 | b7a63f3ff3f7 |
UTF-8 | 窪뀄⊙齬 | 111001111010101010101010111010111000000010000100111000101000101010011001111010011011110110101100 | e7aaaaeb8084e28a99e9bdac |
UHC | 窪뀄⊙齬 | 1110100011000001101100101110110110100010110000011110010111100001 | e8c1b2eda2c1e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)