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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??狎? | 0011111100111111111000001011111000111111 | 3f3fe0be3f |
EUC-JP | ??狎? | 0011111100111111111000001100000000111111 | 3f3fe0c03f |
UTF-8 | 렼롋狎뤗 | 111010111010000010111100111010111010000110001011111001111000101110001110111010111010010010010111 | eba0bceba18be78b8eeba497 |
UHC | 렼롋狎뤗 | 1000111011000100100011101101000111100100111001001000111111000111 | 8ec48ed1e4e48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)