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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襪轟蛙 | 111001100100001110001101100011001000101001011110 | e6438d8c8a5e |
EUC-JP | 襪轟蛙 | 111010111010010010111001111011001011001110111111 | eba4b9ecb3bf |
UTF-8 | 襪轟蛙 | 111010001010010110101010111010001011110110011111111010001001101110011001 | e8a5aae8bd9fe89b99 |
UHC | 襪轟蛙 | 110110001100101011001110110111101110100011000011 | d8cacedee8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)