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 | 筱手竺 | 111000101010101010001110111010001000111010110001 | e2aa8ee88eb1 |
EUC-JP | 筱手竺 | 111001001010110010111100111010101011110010110011 | e4acbceabcb3 |
UTF-8 | 筱手竺 | 111001111010110110110001111001101000100110001011111001111010101110111010 | e7adb1e6898be7abba |
UHC | ?手竺 | 0011111111100010101000101111010111100111 | 3fe2a2f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)