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 | 粳籖籖 | 111000101110100111100010110111011110001011011101 | e2e9e2dde2dd |
EUC-JP | 粳籖籖 | 111001001110101111100100110111111110010011011111 | e4ebe4dfe4df |
UTF-8 | 粳籖籖 | 111001111011001010110011111001111011000110010110111001111011000110010110 | e7b2b3e7b196e7b196 |
UHC | 粳?? | 11001011110101110011111100111111 | cbd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)