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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩竪渫 | 100010010110101110010010010001111001111111010110 | 896b92479fd6 |
EUC-JP | 洩竪渫 | 101100011100110011000011101010001101111011011000 | b1ccc3a8ded8 |
UTF-8 | 洩竪渫 | 111001101011010010101001111001111010101110101010111001101011100010101011 | e6b4a9e7abaae6b8ab |
UHC | 洩竪渫 | 111000001101110111100010101101011110000011011110 | e0dde2b5e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)