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 | 谿イ豢呱 | 11100110101011101011001011100110101101001001100111101011 | e6aeb2e6b499eb |
EUC-JP | 谿イ豢呱 | 1110110010110000100011101011001011101100101101101101001011101101 | ecb08eb2ecb6d2ed |
UTF-8 | 谿イ豢呱 | 111010001011000010111111111011111011110110110010111010001011000110100010111001011001000110110001 | e8b0bfefbdb2e8b1a2e591b1 |
UHC | 谿??呱 | 110011011010110000111111001111111100110110110010 | cdac3f3fcdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)