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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???慂? | 001111110011111100111111100111001100100000111111 | 3f3f3f9cc83f |
EUC-JP | ???慂? | 001111110011111100111111110110001100101000111111 | 3f3f3fd8ca3f |
UTF-8 | 廉얍벊慂뢆 | 111011111010011010100010111011001001011010001101111010111011001010001010111001101000010110000010111010111010001010000110 | efa6a2ec968debb28ae68582eba286 |
UHC | 廉얍벊慂뢆 | 11100110111101011011111011100101100100111010110111101001101111011000111101000010 | e6f5bee593ade9bd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)