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 | 盖痾盖驅 | 1110000110110011111000010111110111100001101100111110100101111011 | e1b3e17de1b3e97b |
EUC-JP | 盖痾盖驅 | 1110001010110101111000011101111011100010101101011111000111011100 | e2b5e1dee2b5f1dc |
UTF-8 | 盖痾盖驅 | 111001111001101110010110111001111001011110111110111001111001101110010110111010011010100110000101 | e79b96e797bee79b96e9a985 |
UHC | 盖?盖驅 | 11001011110011000011111111001011110011001100111111001100 | cbcc3fcbcccfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)