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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | □?牆ァ? | 1000000110100000001111111110000010101101100000110100000000111111 | 81a03fe0ad83403f |
EUC-JP | □?牆ァ? | 1010001010100010001111111110000010101111101001011010000100111111 | a2a23fe0afa5a13f |
UTF-8 | □룫牆ァ룴 | 111000101001011010100001111010111010001110101011111001111000100110000110111000111000001010100001111010111010001110110100 | e296a1eba3abe78986e382a1eba3b4 |
UHC | □룫牆ァ룴 | 10100001111000001000111110100010111011011110110110101011101000011000111110101001 | a1e08fa2ededaba18fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)