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 | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
UTF-8 | 李쏀쉪@李쏀쉪@B | 111011111010011110100001111011001000111110000000111011001000100110101010010000001110111110100111101000011110110010001111100000001110110010001001101010100100000001000010 | efa7a1ec8f80ec89aa40efa7a1ec8f80ec89aa4042 |
UHC | 李쏀쉪@李쏀쉪@B | 111011001011000010111101111011011001101010000100010000001110110010110000101111011110110110011010100001000100000001000010 | ecb0bded9a8440ecb0bded9a844042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)