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 | ?LV??B | 001111110100110001010110001111110011111101000010 | 3f4c563f3f42 |
SJIS-WIN | ?LV??B | 001111110100110001010110001111110011111101000010 | 3f4c563f3f42 |
EUC-JP | ?LV??B | 001111110100110001010110001111110011111101000010 | 3f4c563f3f42 |
UTF-8 | 혳LV횪횩B | 111011011001100010110011010011000101011011101101100110101010101011101101100110101010100101000010 | ed98b34c56ed9aaaed9aa942 |
UHC | 혳LV횪횩B | 110000101001101001001100010101101100001110100000110000111001111101000010 | c29a4c56c3a0c39f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)