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 | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
SJIS-WIN | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
EUC-JP | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
UTF-8 | 李쎌쮬M] | 1110111110100111101000011110110010001110100011001110110010101110101011000100110101011101 | efa7a1ec8e8cecaeac4d5d |
UHC | 李쎌쮬M] | 1110110010110000101111011110110010101000100010010100110101011101 | ecb0bdeca8894d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)