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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葆傷 | 11100100110111001000111110011101 | e4dc8f9d |
EUC-JP | 葆傷 | 11101000110111101011110111111101 | e8debdfd |
UTF-8 | 葆傷 | 111010001001000110000110111001011000001010110111 | e89186e582b7 |
UHC | ?傷 | 001111111101111110111111 | 3fdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)