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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?想汝h | 001111111001000101111010100100111111000001101000 | 3f917a93f068 |
EUC-JP | ?想汝h | 001111111100000111011011110001101111001001101000 | 3fc1dbc6f268 |
UTF-8 | 룷想汝h | 11101011101000111011011111100110100000111011001111100110101100011001110101101000 | eba3b7e683b3e6b19d68 |
UHC | 룷想汝h | 10001111101011001101111111001100111001101010001101101000 | 8facdfcce6a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)