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 | 闥サ繧駆ぉ | 111010001001001010111011111000111000001010001011111011001000001010100111 | e892bbe3828bec82a7 |
EUC-JP | 闥サ繧駆ぉ | 11101111111100101000111010111011111001011110001010110110111011101010010010101001 | eff28ebbe5e2b6eea4a9 |
UTF-8 | 闥サ繧駆ぉ | 111010011001011110100101111011111011110110111011111001111011100110100111111010011010011110000110111000111000000110001001 | e997a5efbdbbe7b9a7e9a786e38189 |
UHC | ????ぉ | 001111110011111100111111001111111010101010101001 | 3f3f3f3faaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)