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 | ºàÎÕ· | 1000111010111010111000001100111010001110110101011000111010110111 | 8ebae0ce8ed58eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ºàÎ?Õ?? | 00111111100011111010001011101011100011111010101110100010100011111010101011000010001111111000111110101010110110000011111100111111 | 3f8fa2eb8faba28faac23f8faad83f3f |
UTF-8 | ºàÎÕ· | 11000010100011101100001010111010110000111010000011000011100011101100001010001110110000111001010111000010100011101100001010110111 | c28ec2bac3a0c38ec28ec395c28ec2b7 |
UHC | ?º?????· | 00111111101010001010110000111111001111110011111100111111001111111010000110100100 | 3fa8ac3f3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)