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 | 。「譓「悅 | 101000011111000110001111101000101111101110101011101000101111101010111101 | a1f18fa2fbaba2fabd |
EUC-JP | 。?「譓「? | 1000111010100001001111111000111010100010100011111101111011001011100011101010001000111111 | 8ea13f8ea28fdecb8ea23f |
UTF-8 | 。「譓「悅 | 111011111011110110100001111011101000010010001010111011111011110110100010111010001010110110010011111011111011110110100010111001101000001010000101 | efbda1ee848aefbda2e8ad93efbda2e68285 |
UHC | ?????悅 | 00111111001111110011111100111111001111111110011011101101 | 3f3f3f3f3fe6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)