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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ??屋E | 0011111100111111100010011010111001000101 | 3f3f89ae45 |
EUC-JP | ??屋E | 0011111100111111101100101011000001000101 | 3f3fb2b045 |
UTF-8 | 뤒츳屋E | 11101011101001001001001011101100101110001011001111100101101100011000101101000101 | eba492ecb8b3e5b18b45 |
UHC | 뤒츳屋E | 10001111110000101100001111111101111010001010100101000101 | 8fc2c3fde8a945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)