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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 谷其村x | 10010010010010101001000110110100100100011011101001111000 | 924a91b491ba78 |
EUC-JP | 谷其村x | 11000011101010111100001010110110110000101011110001111000 | c3abc2b6c2bc78 |
UTF-8 | 谷其村x | 11101000101100001011011111100101100001011011011011100110100111011001000101111000 | e8b0b7e585b6e69d9178 |
UHC | 谷其村x | 11001101110110111101000011101100111101011011110101111000 | cddbd0ecf5bd78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)