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 | 谷但村 | 100100100100101010010010010000011001000110111010 | 924a924191ba |
EUC-JP | 谷但村 | 110000111010101111000011101000101100001010111100 | c3abc3a2c2bc |
UTF-8 | 谷但村 | 111010001011000010110111111001001011110110000110111001101001110110010001 | e8b0b7e4bd86e69d91 |
UHC | 谷但村 | 110011011101101111010011101000111111010110111101 | cddbd3a3f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)