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??dB | 001111110101011000111111001111110110010001000010 | 3f563f3f6442 |
SJIS-WIN | ?V??dB | 001111110101011000111111001111110110010001000010 | 3f563f3f6442 |
EUC-JP | ?V??dB | 001111110101011000111111001111110110010001000010 | 3f563f3f6442 |
UTF-8 | 혪V혩짧dB | 111011011001100010101010010101101110110110011000101010011110110010100111101001110110010001000010 | ed98aa56ed98a9eca7a76442 |
UHC | 혪V혩짧dB | 110000101001001001010110110000101001000111000010101010100110010001000010 | c29256c291c2aa6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)