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 | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | 邀オk邀オS | 1110011110110001101101010110101111100111101100011011010101010011 | e7b1b56be7b1b553 |
EUC-JP | 邀オk邀オS | 11101110101100111000111010110101011010111110111010110011100011101011010101010011 | eeb38eb56beeb38eb553 |
UTF-8 | 邀オk邀オS | 1110100110000010100000001110111110111101101101010110101111101001100000101000000011101111101111011011010101010011 | e98280efbdb56be98280efbdb553 |
UHC | 邀?k邀?S | 1110100110101101001111110110101111101001101011010011111101010011 | e9ad3f6be9ad3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)