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 | 膓牙恐 | 111001000101010110001001111001011000101110110000 | e45589e58bb0 |
EUC-JP | 膓牙恐 | 111001111011011010110010111001111011011010110010 | e7b6b2e7b6b2 |
UTF-8 | 膓牙恐 | 111010001000011010010011111001111000100110011001111001101000000110010000 | e88693e78999e68190 |
UHC | ?牙恐 | 0011111111100100101100111100110111110000 | 3fe4b3cdf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)