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 | 冗ョ疾痔シ | 1000111111100111101011101000111010111110100011101010010010111100 | 8fe7ae8ebe8ea4bc |
EUC-JP | 冗ョ疾痔シ | 10111110111010011000111010101110101111001100000010111100101001101000111010111100 | bee98eaebcc0bca68ebc |
UTF-8 | 冗ョ疾痔シ | 111001011000011010010111111011111011110110101110111001111001011010111110111001111001011110010100111011111011110110111100 | e58697efbdaee796bee79794efbdbc |
UHC | 冗?疾痔? | 1110100110110111001111111111001011110000111101101100000000111111 | e9b73ff2f0f6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)