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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 碩成碩成^ | 100100001101011110010000101011001001000011010111100100001010110001011110 | 90d790ac90d790ac5e |
EUC-JP | 碩成碩成^ | 110000001101100111000000101011101100000011011001110000001010111001011110 | c0d9c0aec0d9c0ae5e |
UTF-8 | 碩成碩成^ | 11100111101000101010100111100110100010001001000011100111101000101010100111100110100010001001000001011110 | e7a2a9e68890e7a2a9e688905e |
UHC | 碩成碩成^ | 111000001011010111100000111101111110000010110101111000001111011101011110 | e0b5e0f7e0b5e0f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)