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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毬怐韈驅 | 1001111101111011100111001000000111101000111001111110100101111011 | 9f7b9c81e8e7e97b |
EUC-JP | 毬怐韈驅 | 1101110111011100110101111110000111110000111010011111000111011100 | dddcd7e1f0e9f1dc |
UTF-8 | 毬怐韈驅 | 111001101010111110101100111001101000000010010000111010011001111110001000111010011010100110000101 | e6aface68090e99f88e9a985 |
UHC | 毬??驅 | 110011111011001100111111001111111100111111001100 | cfb33f3fcfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)