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 | 驅喊鞦驅 | 1110100101111011100110100101111011101000111000011110100101111011 | e97b9a5ee8e1e97b |
EUC-JP | 驅喊鞦驅 | 1111000111011100110100111011111111110000111000111111000111011100 | f1dcd3bff0e3f1dc |
UTF-8 | 驅喊鞦驅 | 111010011010100110000101111001011001011010001010111010011001111010100110111010011010100110000101 | e9a985e5968ae99ea6e9a985 |
UHC | 驅喊?驅 | 11001111110011001111100111100010001111111100111111001100 | cfccf9e23fcfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)