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 | 箋後璽糯 | 1110001010110011100011001110001110001110101000111110001011110111 | e2b38ce38ea3e2f7 |
EUC-JP | 箋後璽糯 | 1110010010110101101110001110010110111100101001011110010011111001 | e4b5b8e5bca5e4f9 |
UTF-8 | 箋後璽糯 | 111001111010111010001011111001011011111010001100111001111001001010111101111001111011001110101111 | e7ae8be5be8ce792bde7b3af |
UHC | 箋後璽? | 11101111101010001111110110101101110111111101111000111111 | efa8fdaddfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)