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 | ?豸ミ湿昭 | 0011111111100110101101101101000010001110101111001000111110111010 | 3fe6b6d08ebc8fba |
EUC-JP | 鉥豸ミ湿昭 | 1000111111100011111010001110110010111000100011101101000010111100101111101011111010111100 | 8fe3e8ecb88ed0bcbebebc |
UTF-8 | 鉥豸ミ湿昭 | 111010011000100110100101111010001011000110111000111011111011111010010000111001101011100110111111111001101001100010101101 | e989a5e8b1b8efbe90e6b9bfe698ad |
UHC | 鉥???昭 | 11100010111111000011111100111111001111111110000110111001 | e2fc3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)