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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???脂?B | 00111111001111110011111110001110100010010011111101000010 | 3f3f3f8e893f42 |
EUC-JP | ???脂?B | 00111111001111110011111110111011111010010011111101000010 | 3f3f3fbbe93f42 |
UTF-8 | 泥곈땃脂렊B | 11101111101001111010001111101010101100111000100011101011100101011000001111101000100001001000001011101011101000001000101001000010 | efa7a3eab388eb9583e88482eba08a42 |
UHC | 泥곈땃脂렊B | 1110110010110010101100001110100110110110101000111111001010110111100011101010000101000010 | ecb2b0e9b6a3f2b78ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)