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 | 逡巷}逡巷{^ | 1110011110010101100011010100101001111101111001111001010110001101010010100111101101011110 | e7958d4a7de7958d4a7b5e |
EUC-JP | 逡巷}逡巷{^ | 1110110111110101101110011010101101111101111011011111010110111001101010110111101101011110 | edf5b9ab7dedf5b9ab7b5e |
UTF-8 | 逡巷}逡巷{^ | 111010011000000010100001111001011011011110110111011111011110100110000000101000011110010110110111101101110111101101011110 | e980a1e5b7b77de980a1e5b7b77b5e |
UHC | 逡巷}逡巷{^ | 1111000111100100111110011111010101111101111100011110010011111001111101010111101101011110 | f1e4f9f57df1e4f9f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)