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 | 逕ザ}逕ザ{^ | 1110011110010100100000110101010101111101111001111001010010000011010101010111101101011110 | e79483557de79483557b5e |
EUC-JP | 逕ザ}逕ザ{^ | 1110110111110100101001011011011001111101111011011111010010100101101101100111101101011110 | edf4a5b67dedf4a5b67b5e |
UTF-8 | 逕ザ}逕ザ{^ | 111010011000000010010101111000111000001010110110011111011110100110000000100101011110001110000010101101100111101101011110 | e98095e382b67de98095e382b67b5e |
UHC | 逕ザ}逕ザ{^ | 1100110011101111101010111011011001111101110011001110111110101011101101100111101101011110 | ccefabb67dccefabb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)