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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 頊??^ | 100011111110011111110100001111110011111101011110 | 8fe7f43f3f5e |
UTF-8 | 頊걵봊^ | 11101001101000001000101011101010101100011011010111101011101101001000101001011110 | e9a08aeab1b5ebb48a5e |
UHC | 頊걵봊^ | 11101001111101011000000110011011100101000100100101011110 | e9f5819b94495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)