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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蔆蔆^ | 11110000111001111110010011001111111100101100000111110000111001111110010011001111111100101100000101011110 | f0e7e4cff2c1f0e7e4cff2c15e |
EUC-JP | ?蔆??蔆?^ | 001111111110100011010001001111110011111111101000110100010011111101011110 | 3fe8d13f3fe8d13f5e |
UTF-8 | 蔆蔆^ | 11101110100000101010011011101000100101001000011011101110100001111011100011101110100000101010011011101000100101001000011011101110100001111011100001011110 | ee82a6e89486ee87b8ee82a6e89486ee87b85e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)