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 | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
SJIS-WIN | ^箏矍 | 11110010111000110101111011100010101101011110000111011101 | f2e35ee2b5e1dd |
EUC-JP | ?^箏矍 | 001111110101111011100100101101111110001011011111 | 3f5ee4b7e2df |
UTF-8 | ^箏矍 | 11101110100010001001101001011110111001111010111010001111111001111001111110001101 | ee889a5ee7ae8fe79f8d |
UHC | ?^箏? | 0011111101011110111011101011010000111111 | 3f5eeeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)