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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壬?再 | 1001000001110000001111111000110111000100 | 90703f8dc4 |
EUC-JP | 壬?再 | 1011111111010001001111111011101011000110 | bfd13fbac6 |
UTF-8 | 壬렟再 | 111001011010001110101100111010111010000010011111111001011000011010001101 | e5a3aceba09fe5868d |
UHC | 壬렟再 | 111011001111001110001110101100001110111010100010 | ecf38eb0eea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)