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 | ???V?d | 001111110011111100111111010101100011111101100100 | 3f3f3f563f64 |
SJIS-WIN | ???V?d | 001111110011111100111111010101100011111101100100 | 3f3f3f563f64 |
EUC-JP | ???V?d | 001111110011111100111111010101100011111101100100 | 3f3f3f563f64 |
UTF-8 | 혵횊혱V혘d | 1110110110011000101101011110110110011010100010101110110110011000101100010101011011101101100110001001100001100100 | ed98b5ed9a8aed98b156ed989864 |
UHC | 혵횊혱V혘d | 11000010100111001100001110001000110000101001100001010110110000101000001101100100 | c29cc388c29856c28364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)