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 | ä©ó | 111001001010100110000010100010001001000111110011 | e4a9828891f3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ä©???ó | 100011111010101110100011100011111010001011101101001111110011111100111111100011111010101111010001 | 8faba38fa2ed3f3f3f8fabd1 |
UTF-8 | ä©ó | 110000111010010011000010101010011100001010000010110000101000100011000010100100011100001110110011 | c3a4c2a9c282c288c291c3b3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)