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 | 谿場鴬踐 | 1110011010101110100011111110101010001001101001111110011011110110 | e6ae8fea89a7e6f6 |
EUC-JP | 谿場鴬踐 | 1110110010110000101111101110110010110010101010011110110011111000 | ecb0beecb2a9ecf8 |
UTF-8 | 谿場鴬踐 | 111010001011000010111111111001011010000010110100111010011011010010101100111010001011100010010000 | e8b0bfe5a0b4e9b4ace8b890 |
UHC | 谿場?踐 | 11001101101011001110110111011110001111111111010011000010 | cdacedde3ff4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)