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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?硯養 | 0011111110001100101001011001011101111011 | 3f8ca5977b |
EUC-JP | ?硯養 | 0011111110111000101001111100110111011100 | 3fb8a7cddc |
UTF-8 | 뾍硯養 | 111010111011111010001101111001111010000110101111111010011010010010001010 | ebbe8de7a1afe9a48a |
UHC | 뾍硯養 | 100101110100101111100110110110111110010111010111 | 974be6dbe5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)