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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爼痳瘍犖獸 | 11100000101010101110000110000101111000011000011111100000101101101110000011010111 | e0aae185e187e0b6e0d7 |
EUC-JP | 爼痳瘍犖獸 | 11100000101011001110000111100101111000011110011111100000101110001110000011011001 | e0ace1e5e1e7e0b8e0d9 |
UTF-8 | 爼痳瘍犖獸 | 111001111000100010111100111001111001011110110011111001111001100010001101111001111000101010010110111001111000110110111000 | e788bce797b3e7988de78a96e78db8 |
UHC | ??瘍?獸 | 00111111001111111110010111001011001111111110001010101110 | 3f3fe5cb3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)