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 | 。爐フ。熄「 | 1010000111100000101000101100110010100001111000001000111110100010 | a1e0a2cca1e08fa2 |
EUC-JP | 。爐フ。熄「 | 100011101010000111100000101001001000111011001100100011101010000111011111111011111000111010100010 | 8ea1e0a48ecc8ea1dfef8ea2 |
UTF-8 | 。爐フ。熄「 | 111011111011110110100001111001111000100010010000111011111011111010001100111011111011110110100001111001111000011010000100111011111011110110100010 | efbda1e78890efbe8cefbda1e78684efbda2 |
UHC | ?爐??熄? | 0011111111010110110100110011111100111111111000111101100000111111 | 3fd6d33f3fe3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)