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 | ???稠 | 0011111100111111001111111110001001100110 | 3f3f3fe266 |
EUC-JP | ???稠 | 0011111100111111001111111110001111000111 | 3f3f3fe3c7 |
UTF-8 | 솩성僚稠 | 111011001000011010101001111011001000010010110001111011111010011010111011111001111010100010100000 | ec86a9ec84b1efa6bbe7a8a0 |
UHC | 솩성僚稠 | 1011110011011110101111001011101011101000111010001111000011010110 | bcdebcbae8e8f0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)