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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猶???〓? | 1001011101010000001111110011111100111111100000011010110000111111 | 97503f3f3f81ac3f |
EUC-JP | 猶??繇〓? | 11001101101100010011111100111111100011111101010011010001101000101010111000111111 | cdb13f3f8fd4d1a2ae3f |
UTF-8 | 猶뽯젉繇〓젉 | 111001111000110010110110111010111011110110101111111011001010000010001001111001111011100110000111111000111000000010010011111011001010000010001001 | e78cb6ebbdafeca089e7b987e38093eca089 |
UHC | 猶뽯젉繇〓젉 | 111010111010001010010110111010111010000010001011111010011010001110100001111010111010000010001011 | eba296eba08be9a3a1eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)