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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。熄「爍 | 10100001111000001000111110100010111100001010000111100000101000011111001001011101 | a1e08fa2f0a1e0a1f25d |
EUC-JP | 。熄「?爍? | 10001110101000011101111111101111100011101010001000111111111000001010001100111111 | 8ea1dfef8ea23fe0a33f |
UTF-8 | 。熄「爍 | 111011111011110110100001111001111000011010000100111011111011110110100010111011101000000110100000111001111000100010001101111011101000011010010101 | efbda1e78684efbda2ee81a0e7888dee8695 |
UHC | ?熄???? | 00111111111000111101100000111111001111110011111100111111 | 3fe3d83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)