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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 隆遶}隆遶{^ | 1001011110110010111001111010101101111101100101111011001011100111101010110111101101011110 | 97b2e7ab7d97b2e7ab7b5e |
EUC-JP | 隆遶}隆遶{^ | 1100111010110100111011101010110101111101110011101011010011101110101011010111101101011110 | ceb4eead7dceb4eead7b5e |
UTF-8 | 隆遶}隆遶{^ | 111010011001101010000110111010011000000110110110011111011110100110011010100001101110100110000001101101100111101101011110 | e99a86e981b67de99a86e981b67b5e |
UHC | 隆?}隆?{^ | 110101111100110000111111011111011101011111001100001111110111101101011110 | d7cc3f7dd7cc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)