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 | ???愎 | 0011111100111111001111111001110010111101 | 3f3f3f9cbd |
EUC-JP | ???愎 | 0011111100111111001111111101100010111111 | 3f3f3fd8bf |
UTF-8 | 롆롙뤋愎 | 111010111010000110000110111010111010000110011001111010111010010010001011111001101000010010001110 | eba186eba199eba48be6848e |
UHC | 롆롙뤋愎 | 1000111011001100100011101101110110001111101110111111100010110100 | 8ecc8edd8fbbf8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)