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 | ??∴? | 0011111100111111100000011000100000111111 | 3f3f81883f |
EUC-JP | ??∴? | 0011111100111111101000011110100000111111 | 3f3fa1e83f |
UTF-8 | 뤨嬅∴뤵 | 111010111010010010101000111001011010110010000101111000101000100010110100111010111010010010110101 | eba4a8e5ac85e288b4eba4b5 |
UHC | 뤨嬅∴뤵 | 1000111111010110111110111111101110100001110001011000111111100011 | 8fd6fbfba1c58fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)