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 | 鬲夥桾具 | 11101001101011011001101011101100100111101001010111111001111110101000101111101111 | e9ad9aec9e95f9fa8bef |
EUC-JP | 鬲夥桾?具 | 111100101010111111010100111011101101101111110101001111111011011011110001 | f2afd4eedbf53fb6f1 |
UTF-8 | 鬲夥桾具 | 111010011010110010110010111001011010010010100101111001101010000110111110111011101001110110010101111001011000010110110111 | e9acb2e5a4a5e6a1beee9d95e585b7 |
UHC | ????具 | 001111110011111100111111001111111100111011111101 | 3f3f3f3fcefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)