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 | ⅴコ螯ェ霖室 | 11111010010001001011101011100101101001101010101011101000110000011000111010111010 | fa44bae5a6aae8c18eba |
EUC-JP | ?コ螯ェ霖室 | 0011111110001110101110101110101010101000100011101010101011110000110000111011110010111100 | 3f8ebaeaa88eaaf0c3bcbc |
UTF-8 | ⅴコ螯ェ霖室 | 111000101000010110110100111011111011110110111010111010001001111010101111111011111011110110101010111010011001110010010110111001011010111010100100 | e285b4efbdbae89eafefbdaae99c96e5aea4 |
UHC | ⅴ???霖室 | 101001011010010100111111001111110011111111010111111111011110001111111000 | a5a53f3f3fd7fde3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)