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 | 脂?諸?簇 | 1000111010001001001111111000111110010100001111111110001011000110 | 8e893f8f943fe2c6 |
EUC-JP | 脂?諸?簇 | 1011101111101001001111111011110111110100001111111110010011001000 | bbe93fbdf43fe4c8 |
UTF-8 | 脂렖諸렪簇 | 111010001000010010000010111010111010000010010110111010001010101110111000111010111010000010101010111001111011000010000111 | e88482eba096e8abb8eba0aae7b087 |
UHC | 脂렖諸렪簇 | 11110010101101111000111010101011111100001011001110001110101110001111000011101010 | f2b78eabf0b38eb8f0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)