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 | åàú | 100100101110010111100000111110101000111010010110 | 92e5e0fa8e96 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?åàú?? | 001111111000111110101011101010011000111110101011101000101000111110101011111000100011111100111111 | 3f8faba98faba28fabe23f3f |
UTF-8 | åàú | 110000101001001011000011101001011100001110100000110000111011101011000010100011101100001010010110 | c292c3a5c3a0c3bac28ec296 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)