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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 涌瘁^ | 1001011101001111111000011000000101011110 | 974fe1815e |
EUC-JP | 涌瘁^ | 1100110110110000111000011110000101011110 | cdb0e1e15e |
UTF-8 | 涌瘁^ | 11100110101101101000110011100111100110001000000101011110 | e6b68ce798815e |
UHC | 涌?^ | 11101001101111110011111101011110 | e9bf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)