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 | ÷õä¿ | 11110111111101011110010010111111 | f7f5e4bf |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷õä¿ | 1010000111100000100011111010101111011000100011111010101110100011100011111010001011000100 | a1e08fabd88faba38fa2c4 |
UTF-8 | ÷õä¿ | 1100001110110111110000111011010111000011101001001100001010111111 | c3b7c3b5c3a4c2bf |
UHC | ÷??¿ | 101000011100000000111111001111111010001010101111 | a1c03f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)