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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??拔?? | 001111110011111110011101010101010011111100111111 | 3f3f9d553f3f |
EUC-JP | ??拔艅? | 0011111100111111110110011011011010001111110101101111110100111111 | 3f3fd9b68fd6fd3f |
UTF-8 | 룶괌拔艅즽 | 111010111010001110110110111010101011010010001100111001101000101110010100111010001000100110000101111011001010011010111101 | eba3b6eab48ce68b94e88985eca6bd |
UHC | 룶괌拔艅즽 | 10001111101010111011000110100001110110101111101111100110101010011010001110001111 | 8fabb1a1dafbe6a9a38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)