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 | 運粉}運粉{^ | 1000100101011110100101011011001001111101100010010101111010010101101100100111101101011110 | 895e95b27d895e95b27b5e |
EUC-JP | 運粉}運粉{^ | 1011000110111111110010101011010001111101101100011011111111001010101101000111101101011110 | b1bfcab47db1bfcab47b5e |
UTF-8 | 運粉}運粉{^ | 111010011000000110001011111001111011001010001001011111011110100110000001100010111110011110110010100010010111101101011110 | e9818be7b2897de9818be7b2897b5e |
UHC | 運粉}運粉{^ | 1110101010100001110111011100111101111101111010101010000111011101110011110111101101011110 | eaa1ddcf7deaa1ddcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)