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 | 酌丞 | 111100001111001010001110110111101000111111100101 | f0f28ede8fe5 |
EUC-JP | ?酌丞 | 0011111110111100111000001011111011100111 | 3fbce0bee7 |
UTF-8 | 酌丞 | 111011101000001010110001111010011000010110001100111001001011100010011110 | ee82b1e9858ce4b89e |
UHC | ?酌丞 | 0011111111101101110011001110001110101010 | 3fedcce3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)