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 | ½·¼ì^ | 1011110110110111101111001110110001011110 | bdb7bcec5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ???ì^ | 00111111001111110011111110001111101010111100000001011110 | 3f3f3f8fabc05e |
UTF-8 | ½·¼ì^ | 110000101011110111000010101101111100001010111100110000111010110001011110 | c2bdc2b7c2bcc3ac5e |
UHC | ½·¼?^ | 1010100011110110101000011010010010101000111110010011111101011110 | a8f6a1a4a8f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)