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 | 淫??庸 | 100010001111101000111111001111111001011101100110 | 88fa3f3f9766 |
EUC-JP | 淫??庸 | 101100001111110000111111001111111100110111000111 | b0fc3f3fcdc7 |
UTF-8 | 淫쇱뀛庸 | 111001101011011110101011111011001000011110110001111010111000000010011011111001011011101010111000 | e6b7abec87b1eb809be5bab8 |
UHC | 淫쇱뀛庸 | 1110101111100010101111001110110010000101100101001110100110111100 | ebe2bcec8594e9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)