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 | 粳順鎧 | 111000101110100110001111100001111000101001011010 | e2e98f878a5a |
EUC-JP | 粳順鎧 | 111001001110101110111101111001111011001110111011 | e4ebbde7b3bb |
UTF-8 | 粳順鎧 | 111001111011001010110011111010011010000010000110111010011000111010100111 | e7b2b3e9a086e98ea7 |
UHC | 粳順鎧 | 110010111101011111100010111101111100101111010001 | cbd7e2f7cbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)