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] | 1110110110011010101010101110110110011010100101111110110110011000101100010100110101011101 | ed9aaaed9a97ed98b14d5d |
UHC | 횪횗혱M] | 1100001110100000110000111001000111000010100110000100110101011101 | c3a0c391c2984d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)