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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??濯???a | 0011111100111111100100011111001100111111001111110011111101100001 | 3f3f91f33f3f3f61 |
EUC-JP | ??濯???a | 0011111100111111110000101111010100111111001111110011111101100001 | 3f3fc2f53f3f3f61 |
UTF-8 | 룶괌濯룶웩熉a | 11101011101000111011011011101010101101001000110011100110101111111010111111101011101000111011011011101100100110111010100111100111100001101000100101100001 | eba3b6eab48ce6bfafeba3b6ec9ba9e7868961 |
UHC | 룶괌濯룶웩熉a | 10001111101010111011000110100001111101101111101110001111101010111100000010100001111010011111101101100001 | 8fabb1a1f6fb8fabc0a1e9fb61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)