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 | Àå² | 110000001110010110110010 | c0e5b2 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Àå? | 10001111101010101010001010001111101010111010100100111111 | 8faaa28faba93f |
UTF-8 | Àå² | 110000111000000011000011101001011100001010110010 | c380c3a5c2b2 |
UHC | ??² | 00111111001111111010100111110111 | 3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)