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 | 猷?‰猷?㎎ | 10010111010100010011111110000001111100011001011101010001001111111000011101110010 | 97513f81f197513f8772 |
EUC-JP | 猷?‰猷?? | 110011011011001000111111101000101111001111001101101100100011111100111111 | cdb23fa2f3cdb23f3f |
UTF-8 | 猷띠‰猷띠㎎ | 111001111000110010110111111010111001110110100000111000101000000010110000111001111000110010110111111010111001110110100000111000111000111010001110 | e78cb7eb9da0e280b0e78cb7eb9da0e38e8e |
UHC | 猷띠‰猷띠㎎ | 111010111010001110110110111011001010001010110110111010111010001110110110111011001010011110110111 | eba3b6eca2b6eba3b6eca7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)