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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ籐ワ | 110000111111010011011111111000101101100111011100 | c3f4dfe2d9dc |
EUC-JP | テ?籐ワ | 10001110110000110011111111100100110110111000111011011100 | 8ec33fe4db8edc |
UTF-8 | テ籐ワ | 111011111011111010000011111011101000111010001110111001111011000110010000111011111011111010011100 | efbe83ee8e8ee7b190efbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)