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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 辰坦損Q] | 1001001001000011100100100101001010010001101110010101000101011101 | 9243925291b9515d |
EUC-JP | 辰坦損Q] | 1100001110100100110000111011001111000010101110110101000101011101 | c3a4c3b3c2bb515d |
UTF-8 | 辰坦損Q] | 1110100010111110101100001110010110011101101001101110011010010000100011010101000101011101 | e8beb0e59da6e6908d515d |
UHC | 辰坦損Q] | 1111001011100011111101111010010011100001110111110101000101011101 | f2e3f7a4e1df515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)