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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罐轟ぁ | 111000111010001110001101100011001000001010011111 | e3a38d8c829f |
EUC-JP | 罐轟ぁ | 111001101010010110111001111011001010010010100001 | e6a5b9eca4a1 |
UTF-8 | 罐轟ぁ | 111001111011110110010000111010001011110110011111111000111000000110000001 | e7bd90e8bd9fe38181 |
UHC | 罐轟ぁ | 110011101011100011001110110111101010101010100001 | ceb8cedeaaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)