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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 谿殊?] | 111001101010111010001110111010100011111101011101 | e6ae8eea3f5d |
EUC-JP | 谿殊脘] | 1110110010110000101111001110110010001111110101101010110001011101 | ecb0bcec8fd6ac5d |
UTF-8 | 谿殊脘] | 11101000101100001011111111100110101011101000101011101000100001001001100001011101 | e8b0bfe6ae8ae884985d |
UHC | 谿殊脘] | 11001101101011001110001010101000111010001101001001011101 | cdace2a8e8d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)