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 | ã×õîE | 1110001111010111111101011110111001000101 | e3d7f5ee45 |
SJIS-WIN | ?×??E | 001111111000000101111110001111110011111101000101 | 3f817e3f3f45 |
EUC-JP | ã×õîE | 100011111010101110101010101000011101111110001111101010111101100010001111101010111100001001000101 | 8fabaaa1df8fabd88fabc245 |
UTF-8 | ã×õîE | 110000111010001111000011100101111100001110110101110000111010111001000101 | c3a3c397c3b5c3ae45 |
UHC | ?×??E | 001111111010000110111111001111110011111101000101 | 3fa1bf3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)