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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?汝?@h | 001111111001001111110000001111110100000001101000 | 3f93f03f4068 |
EUC-JP | ?汝?@h | 001111111100011011110010001111110100000001101000 | 3fc6f23f4068 |
UTF-8 | 렊汝렜@h | 1110101110100000100010101110011010110001100111011110101110100000100111000100000001101000 | eba08ae6b19deba09c4068 |
UHC | 렊汝렜@h | 1000111010100001111001101010001110001110101011100100000001101000 | 8ea1e6a38eae4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)