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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
EUC-JP | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
UTF-8 | 뭋뫃W뭀묱 | 11101011101011011000101111101011101010111000001101010111111010111010110110000000111010111010110010110001 | ebad8bebab8357ebad80ebacb1 |
UHC | 뭋뫃W뭀묱 | 100100100101011010010001101001110101011110010010010011111001001001001000 | 925691a757924f9248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)