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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕啄摧 | 111001111001010010010001111011011001110110010100 | e79491ed9d94 |
EUC-JP | 逕啄摧 | 111011011111010011000010111011111101100111110100 | edf4c2efd9f4 |
UTF-8 | 逕啄摧 | 111010011000000010010101111001011001010110000100111001101001000110100111 | e98095e59584e691a7 |
UHC | 逕啄? | 1100110011101111111101101111001000111111 | cceff6f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)