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 | 罌???ょ | 11100011101000000011111100111111001111111000001011100101 | e3a03f3f3f82e5 |
EUC-JP | 罌???ょ | 11100110101000100011111100111111001111111010010011100111 | e6a23f3f3fa4e7 |
UTF-8 | 罌살뜴痢ょ | 111001111011110110001100111011001000001010110100111010111001110010110100111011111010011110100101111000111000001010000111 | e7bd8cec82b4eb9cb4efa7a5e38287 |
UHC | 罌살뜴痢ょ | 11100101101000101011101111101100100011011011001011101100101110001010101011100111 | e5a2bbec8db2ecb8aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)