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 | 蠅樣寉諛 | 1110010110100010100111101110100110011011100001011110011010000111 | e5a29ee99b85e687 |
EUC-JP | 蠅樣寉諛 | 1110101010100100110111001110101111010101111001011110101111100111 | eaa4dcebd5e5ebe7 |
UTF-8 | 蠅樣寉諛 | 111010001010000010000101111001101010100010100011111001011010111110001001111010001010101110011011 | e8a085e6a8a3e5af89e8ab9b |
UHC | 蠅樣?諛 | 11100011101100101110010111000110001111111110101110110000 | e3b2e5c63febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)