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 | 脂?諸?甑 | 1000111010001001001111111000111110010100001111111000110110011001 | 8e893f8f943f8d99 |
EUC-JP | 脂?諸?甑 | 1011101111101001001111111011110111110100001111111011100111111001 | bbe93fbdf43fb9f9 |
UTF-8 | 脂렖諸렪甑 | 111010001000010010000010111010111010000010010110111010001010101110111000111010111010000010101010111001111001010010010001 | e88482eba096e8abb8eba0aae79491 |
UHC | 脂렖諸렪甑 | 11110010101101111000111010101011111100001011001110001110101110001111000111110111 | f2b78eabf0b38eb8f1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)