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 | ヤ鄧ホ | 11010100111110111011100111001110 | d4fbb9ce |
EUC-JP | ヤ鄧ホ | 10001110110101001000111111100010110001111000111011001110 | 8ed48fe2c78ece |
UTF-8 | ヤ鄧ホ | 111011111011111010010100111010011000010010100111111011111011111010001110 | efbe94e984a7efbe8e |
UHC | ?鄧? | 00111111110101001111100000111111 | 3fd4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)