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 | 猷??癲?? | 1001011101010001001111110011111111100001100111110011111100111111 | 97513f3fe19f3f3f |
EUC-JP | 猷??癲?? | 1100110110110010001111110011111111100010101000010011111100111111 | cdb23f3fe2a13f3f |
UTF-8 | 猷득눞癲귦슃 | 111001111000110010110111111010111001001110011101111010111000100010011110111001111001100110110010111010101011011110100110111011001000101010000011 | e78cb7eb939deb889ee799b2eab7a6ec8a83 |
UHC | 猷득눞癲귦슃 | 111010111010001110110101111001101000011110110110111011111010011010000010111011011001101010010101 | eba3b5e687b6efa682ed9a95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)