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 | ??MG??L | 00111111001111110100110101000111001111110011111101001100 | 3f3f4d473f3f4c |
SJIS-WIN | ??MG??L | 00111111001111110100110101000111001111110011111101001100 | 3f3f4d473f3f4c |
EUC-JP | ??MG??L | 00111111001111110100110101000111001111110011111101001100 | 3f3f4d473f3f4c |
UTF-8 | 횂혳MG횂혳L | 111011011001101010000010111011011001100010110011010011010100011111101101100110101000001011101101100110001011001101001100 | ed9a82ed98b34d47ed9a82ed98b34c |
UHC | 횂혳MG횂혳L | 1100001110000010110000101001101001001101010001111100001110000010110000101001101001001100 | c382c29a4d47c382c29a4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)