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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??淨? | 0011111100111111100111111100010000111111 | 3f3f9fc43f |
EUC-JP | 勖?淨? | 10001111101100111110110100111111110111101100011000111111 | 8fb3ed3fdec63f |
UTF-8 | 勖렠淨렔 | 111001011000101110010110111010111010000010100000111001101011011110101000111010111010000010010100 | e58b96eba0a0e6b7a8eba094 |
UHC | 勖렠淨렔 | 1110100111101101100011101011000111101111111001001000111010101001 | e9ed8eb1efe48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)