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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薰サ螳埼距螳 | 1111101110011110101110111110010110101110100011011110100110001011100101111110010110101110 | fb9ebbe5ae8de98b97e5ae |
EUC-JP | ?サ螳埼距螳 | 0011111110001110101110111110101010110000101110101110101110110101111101111110101010110000 | 3f8ebbeab0baebb5f7eab0 |
UTF-8 | 薰サ螳埼距螳 | 111010001001011010110000111011111011110110111011111010001001111010110011111001011001111110111100111010001011011110011101111010001001111010110011 | e896b0efbdbbe89eb3e59fbce8b79de89eb3 |
UHC | 薰?螳埼距螳 | 1111110110111001001111111101001111011001110100001111001011001011111001011101001111011001 | fdb93fd3d9d0f2cbe5d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)