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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 獰????? | 11100000110101100011111100111111001111110011111100111111 | e0d63f3f3f3f3f |
EUC-JP | 獰???®? | 111000001101100000111111001111110011111110001111101000101110111000111111 | e0d83f3f3f8fa2ee3f |
UTF-8 | 獰싨객料®풗 | 1110011110001101101100001110110010001011101010001110101010110000100111011110111110100110101111101100001010101110111011011001001010010111 | e78db0ec8ba8eab09defa6bec2aeed9297 |
UHC | 獰싨객料®풗 | 111001111011111010011010111001101011000010110100111010001111011110100010111001111011111010011010 | e7be9ae6b0b4e8f7a2e7be9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)