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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 犲珈獨Q] | 1110000010111010111000001101101111100000110101010101000101011101 | e0bae0dbe0d5515d |
EUC-JP | 犲珈獨Q] | 1110000010111100111000001101110111100000110101110101000101011101 | e0bce0dde0d7515d |
UTF-8 | 犲珈獨Q] | 1110011110001010101100101110011110001111100010001110011110001101101010000101000101011101 | e78ab2e78f88e78da8515d |
UHC | ??獨Q] | 001111110011111111010100101111000101000101011101 | 3f3fd4bc515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)