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 | 螻鷹宦 | 111001011011000110010001111010011001101110000001 | e5b191e99b81 |
EUC-JP | 螻鷹宦 | 111010101011001111000010111010111101010111100001 | eab3c2ebd5e1 |
UTF-8 | 螻鷹宦 | 111010001001111010111011111010011011011110111001111001011010111010100110 | e89ebbe9b7b9e5aea6 |
UHC | ?鷹宦 | 0011111111101011111011011111110010110010 | 3febedfcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)