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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 谿イ莉呱 | 11100110101011101011001011100100101110111001100111101011 | e6aeb2e4bb99eb |
EUC-JP | 谿イ莉呱 | 1110110010110000100011101011001011101000101111011101001011101101 | ecb08eb2e8bdd2ed |
UTF-8 | 谿イ莉呱 | 111010001011000010111111111011111011110110110010111010001000111010001001111001011001000110110001 | e8b0bfefbdb2e88e89e591b1 |
UHC | 谿?莉呱 | 11001101101011000011111111010111111010011100110110110010 | cdac3fd7e9cdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)