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 | 怡???諄 | 10011100011111010011111100111111001111111110011001111000 | 9c7d3f3f3fe678 |
EUC-JP | 怡???諄 | 11010111110111100011111100111111001111111110101111011001 | d7de3f3f3febd9 |
UTF-8 | 怡몇렱렊諄 | 111001101000000010100001111010111010101010000111111010111010000010110001111010111010000010001010111010001010101110000100 | e680a1ebaa87eba0b1eba08ae8ab84 |
UHC | 怡몇렱렊諄 | 11101100101011101011100011101110100011101011111010001110101000011110001011110100 | ecaeb8ee8ebe8ea1e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)