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 | ?世? | 00111111100100001010001000111111 | 3f90a23f |
EUC-JP | ?世? | 00111111110000001010010000111111 | 3fc0a43f |
UTF-8 | 뾍世뻀 | 111010111011111010001101111001001011100010010110111010111011101110000000 | ebbe8de4b896ebbb80 |
UHC | 뾍世뻀 | 100101110100101111100001101001101001011001001001 | 974be1a69649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)