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 | 羯鬆}羯鬆{^ | 1110001110111001111010011010000001111101111000111011100111101001101000000111101101011110 | e3b9e9a07de3b9e9a07b5e |
EUC-JP | 羯鬆}羯鬆{^ | 1110011010111011111100101010001001111101111001101011101111110010101000100111101101011110 | e6bbf2a27de6bbf2a27b5e |
UTF-8 | 羯鬆}羯鬆{^ | 111001111011111010101111111010011010110010000110011111011110011110111110101011111110100110101100100001100111101101011110 | e7beafe9ac867de7beafe9ac867b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)