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 | êàÀë© | 111010101110000011000000111010111000111010101001 | eae0c0eb8ea9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êàÀë?© | 10001111101010111011010010001111101010111010001010001111101010101010001010001111101010111011001100111111100011111010001011101101 | 8fabb48faba28faaa28fabb33f8fa2ed |
UTF-8 | êàÀë© | 110000111010101011000011101000001100001110000000110000111010101111000010100011101100001010101001 | c3aac3a0c380c3abc28ec2a9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)