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 | 陋溷戟諛 | 1110100010011011100111111110010110001100100000011110011010000111 | e89b9fe58c81e687 |
EUC-JP | 陋溷戟諛 | 1110111111111011110111101110011110110111111000011110101111100111 | effbdee7b7e1ebe7 |
UTF-8 | 陋溷戟諛 | 111010011001100110001011111001101011101010110111111001101000100010011111111010001010101110011011 | e9998be6bab7e6889fe8ab9b |
UHC | 陋?戟諛 | 11010111101100000011111111010000101111011110101110110000 | d7b03fd0bdebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)