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 | 襾??? | 1110011001000111001111110011111100111111 | e6473f3f3f |
EUC-JP | 襾鰏鰏鰏 | 1110101110101000100011111110101110101000100011111110101110101000100011111110101110101000 | eba88feba88feba88feba8 |
UTF-8 | 襾鰏鰏鰏 | 111010001010010110111110111010011011000010001111111010011011000010001111111010011011000010001111 | e8a5bee9b08fe9b08fe9b08f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)