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?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
SJIS-WIN | ??咐a?? | 00111111001111111001100111110011011000010011111100111111 | 3f3f99f3613f3f |
EUC-JP | ??咐a?? | 00111111001111111101001011110101011000010011111100111111 | 3f3fd2f5613f3f |
UTF-8 | 룶괌咐a룶괌 | 11101011101000111011011011101010101101001000110011100101100100101001000001100001111010111010001110110110111010101011010010001100 | eba3b6eab48ce5929061eba3b6eab48c |
UHC | 룶괌咐a룶괌 | 1000111110101011101100011010000111011100111110110110000110001111101010111011000110100001 | 8fabb1a1dcfb618fabb1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)