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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??齎 | 00111111001111111110011011011000 | 3f3fe6d8 |
EUC-JP | 馹?齎 | 100011111110100110100001001111111110110011011010 | 8fe9a13fecda |
UTF-8 | 馹렔齎 | 111010011010011010111001111010111010000010010100111010011011110110001110 | e9a6b9eba094e9bd8e |
UHC | 馹렔齎 | 111011001111000110001110101010011110111010110010 | ecf18ea9eeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)