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 | 茫わ洲 | 111001001010100110000010111011011000111101000110 | e4a982ed8f46 |
EUC-JP | 茫わ洲 | 111010001010101110100100111011111011110110100111 | e8aba4efbda7 |
UTF-8 | 茫わ洲 | 111010001000110010101011111000111000001010001111111001101011010010110010 | e88cabe3828fe6b4b2 |
UHC | 茫わ洲 | 110110001101010010101010111011111111000110111101 | d8d4aaeff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)