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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?藜咽^ | 001111111110010101011011100010001111010001011110 | 3fe55b88f45e |
EUC-JP | ?藜咽^ | 001111111110100110111100101100001111011001011110 | 3fe9bcb0f65e |
UTF-8 | 륁藜咽^ | 11101011101001011000000111101000100101111001110011100101100100101011110101011110 | eba581e8979ce592bd5e |
UHC | 륁藜咽^ | 10001111111011001101010111101101111011001101011001011110 | 8fecd5edecd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)