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 | 貅ソ莨懶ス | 1110011010111010101111111110010010111100100111001110111110111101 | e6babfe4bc9cefbd |
EUC-JP | 貅ソ莨懶ス | 11101100101111001000111010111111111010001011111011011000111100011000111010111101 | ecbc8ebfe8bed8f18ebd |
UTF-8 | 貅ソ莨懶ス | 111010001011001010000101111011111011110110111111111010001000111010101000111001101000011110110110111011111011110110111101 | e8b285efbdbfe88ea8e687b6efbdbd |
UHC | ???懶? | 001111110011111100111111110101001111101100111111 | 3f3f3fd4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)