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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??熏??萱E | 001111110011111111100000100011010011111100111111100010101001111001000101 | 3f3fe08d3f3f8a9e45 |
EUC-JP | ??熏??萱E | 001111110011111111011111111011010011111100111111101100111111111001000101 | 3f3fdfed3f3fb3fe45 |
UTF-8 | 뤚괌熏뤚괌萱E | 11101011101001001001101011101010101101001000110011100111100001101000111111101011101001001001101011101010101101001000110011101000100100001011000101000101 | eba49aeab48ce7868feba49aeab48ce890b145 |
UHC | 뤚괌熏뤚괌萱E | 10001111110010011011000110100001111111011011011110001111110010011011000110100001111111011100000001000101 | 8fc9b1a1fdb78fc9b1a1fdc045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)