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 | 淫??吟? | 10001000111110100011111100111111100010111110000100111111 | 88fa3f3f8be13f |
EUC-JP | 淫??吟? | 10110000111111000011111100111111101101101110001100111111 | b0fc3f3fb6e33f |
UTF-8 | 淫쇗빢吟텯 | 111001101011011110101011111011001000011110010111111010111011100110100010111001011001000010011111111011011000010110101111 | e6b7abec8797ebb9a2e5909fed85af |
UHC | 淫쇗빢吟텯 | 11101011111000101011110011100110100101011011111011101011111000011011011101000010 | ebe2bce695beebe1b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)