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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 莚莚[莚莚[^ | 1110010010101101111001001010110101011011111001001010110111100100101011010101101101011110 | e4ade4ad5be4ade4ad5b5e |
EUC-JP | 莚莚[莚莚[^ | 1110100010101111111010001010111101011011111010001010111111101000101011110101101101011110 | e8afe8af5be8afe8af5b5e |
UTF-8 | 莚莚[莚莚[^ | 111010001000111010011010111010001000111010011010010110111110100010001110100110101110100010001110100110100101101101011110 | e88e9ae88e9a5be88e9ae88e9a5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)