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 | æμã | 1110011010000001100000011100111010111100111000111000111010011011 | e68181cebce38e9b |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??Î?ã?? | 1000111110101001110000010011111100111111100011111010101011000010001111111000111110101011101010100011111100111111 | 8fa9c13f3f8faac23f8fabaa3f3f |
UTF-8 | æμã | 11000011101001101100001010000001110000101000000111000011100011101100001010111100110000111010001111000010100011101100001010011011 | c3a6c281c281c38ec2bcc3a3c28ec29b |
UHC | æ???¼??? | 10101001101000010011111100111111001111111010100011111001001111110011111100111111 | a9a13f3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)