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 | 杖?}杖?{^ | 100011111111000100111111011111011000111111110001001111110111101101011110 | 8ff13f7d8ff13f7b5e |
EUC-JP | 杖崍}杖崍{^ | 10111110111100111000111110111011110001000111110110111110111100111000111110111011110001000111101101011110 | bef38fbbc47dbef38fbbc47b5e |
UTF-8 | 杖崍}杖崍{^ | 111001101001110110010110111001011011010010001101011111011110011010011101100101101110010110110100100011010111101101011110 | e69d96e5b48d7de69d96e5b48d7b5e |
UHC | 杖崍}杖崍{^ | 1110110111101000110101011100111101111101111011011110100011010101110011110111101101011110 | ede8d5cf7dede8d5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)