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 | è÷åI | 11101000111101111001111111100101100111111001110001001001 | e8f79fe59f9c49 |
SJIS-WIN | ?÷????I | 0011111110000001100000000011111100111111001111110011111101001001 | 3f81803f3f3f3f49 |
EUC-JP | è÷?å??I | 100011111010101110110010101000011110000000111111100011111010101110101001001111110011111101001001 | 8fabb2a1e03f8faba93f3f49 |
UTF-8 | è÷åI | 11000011101010001100001110110111110000101001111111000011101001011100001010011111110000101001110001001001 | c3a8c3b7c29fc3a5c29fc29c49 |
UHC | ?÷????I | 0011111110100001110000000011111100111111001111110011111101001001 | 3fa1c03f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)