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 | ??H? | 00111111001111110100100000111111 | 3f3f483f |
SJIS-WIN | 質?H? | 1000111010111111001111110100100000111111 | 8ebf3f483f |
EUC-JP | 質?H? | 1011110011000001001111110100100000111111 | bcc13f483f |
UTF-8 | 質섞H뤛 | 11101000101100111010101011101100100001001001111001001000111010111010010010011011 | e8b3aaec849e48eba49b |
UHC | 質섞H뤛 | 11110010111101011011110010101111010010001000111111001010 | f2f5bcaf488fca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)