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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 遏ウL遏ウL^ | 111001111001111110110011010011001110011110011111101100110100110001011110 | e79fb34ce79fb34c5e |
EUC-JP | 遏ウL遏ウL^ | 1110111010100001100011101011001101001100111011101010000110001110101100110100110001011110 | eea18eb34ceea18eb34c5e |
UTF-8 | 遏ウL遏ウL^ | 111010011000000110001111111011111011110110110011010011001110100110000001100011111110111110111101101100110100110001011110 | e9818fefbdb34ce9818fefbdb34c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)