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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | メ骼カニ楨 | 111100001011100011010010111010011000111010110110110001101111101011101001 | f0b8d2e98eb6c6fae9 |
EUC-JP | ?メ骼カニ楨 | 001111111000111011010010111100011110111010001110101101101000111011000110100011111100010011001100 | 3f8ed2f1ee8eb68ec68fc4cc |
UTF-8 | メ骼カニ楨 | 111011101000000110110111111011111011111010010010111010011010101010111100111011111011110110110110111011111011111010000110111001101010010110101000 | ee81b7efbe92e9aabcefbdb6efbe86e6a5a8 |
UHC | ?????楨 | 00111111001111110011111100111111001111111110111111011111 | 3f3f3f3f3fefdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)