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 | 谷但泄 | 100100100100101010010010010000011001111110010101 | 924a92419f95 |
EUC-JP | 谷但泄 | 110000111010101111000011101000101101110111110101 | c3abc3a2ddf5 |
UTF-8 | 谷但泄 | 111010001011000010110111111001001011110110000110111001101011001110000100 | e8b0b7e4bd86e6b384 |
UHC | 谷但泄 | 110011011101101111010011101000111110000011011100 | cddbd3a3e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)