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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 烏?烏?B | 10001001010001110011111110001001010001110011111101000010 | 89473f89473f42 |
EUC-JP | 烏?烏?B | 10110001101010000011111110110001101010000011111101000010 | b1a83fb1a83f42 |
UTF-8 | 烏섷烏섷B | 11100111100000111000111111101100100001001011011111100111100000111000111111101100100001001011011101000010 | e7838fec84b7e7838fec84b742 |
UHC | 烏섷烏섷B | 111010001010000110011001010001011110100010100001100110010100010101000010 | e8a19945e8a1994542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)