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 | ?腱^ | 00111111111001000100011001011110 | 3fe4465e |
EUC-JP | ?腱^ | 00111111111001111010011101011110 | 3fe7a75e |
UTF-8 | 붙腱^ | 11101011101101101001100111101000100001011011000101011110 | ebb699e885b15e |
UHC | 붙腱^ | 1011101011011001110010111111001001011110 | bad9cbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)