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 | 錺蛾執 | 111010000100010010001001111010011000111010110111 | e84489e98eb7 |
EUC-JP | 錺蛾執 | 111011111010010110110010111010111011110010111001 | efa5b2ebbcb9 |
UTF-8 | 錺蛾執 | 111010011000110010111010111010001001101110111110111001011001111110110111 | e98cbae89bbee59fb7 |
UHC | ?蛾執 | 0011111111100100101101101111001011111011 | 3fe4b6f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)