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 | 綏処梢艱 | 1110001101010110100011111000100010001111101111011110010010000101 | e3568f888fbde485 |
EUC-JP | 綏処梢艱 | 1110010110110111101111011110100010111110101111111110011111100101 | e5b7bde8bebfe7e5 |
UTF-8 | 綏処梢艱 | 111001111011011010001111111001011000011110100110111001101010001010100010111010001000100110110001 | e7b68fe587a6e6a2a2e889b1 |
UHC | 綏?梢艱 | 11100010101101110011111111110100111111101100101011011110 | e2b73ff4fecade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)