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 | 儲?凪 | 1001011011010111001111111001001111100010 | 96d73f93e2 |
EUC-JP | 儲泮凪 | 11001100110110011000111111000111101010001100011011100100 | ccd98fc7a8c6e4 |
UTF-8 | 儲泮凪 | 111001011000010010110010111001101011001110101110111001011000011110101010 | e584b2e6b3aee587aa |
UHC | 儲泮? | 1110111010111001110110101110101000111111 | eeb9daea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)