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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 葬????鄭 | 1001000110010010001111110011111100111111001111111001001101000001 | 91923f3f3f3f9341 |
EUC-JP | 葬?荑??鄭 | 11000001111100100011111110001111110101111111100100111111001111111100010110100010 | c1f23f8fd7f93f3fc5a2 |
UTF-8 | 葬렭荑흔땐鄭 | 111010001001000110101100111010111010000010101101111010001000110110010001111011011001110110010100111010111001010110010000111010011000010010101101 | e891aceba0ade88d91ed9d94eb9590e984ad |
UHC | 葬렭荑흔땐鄭 | 111011011111011110001110101110101110110010111111110010001110011110110110101010011110111111110111 | edf78ebaecbfc8e7b6a9eff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)