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 | Dw× | 1000111101000100100011110111011110001101110101111001010010100000 | 8f448f778dd794a0 |
SJIS-WIN | ?D?w?×?? | 001111110100010000111111011101110011111110000001011111100011111100111111 | 3f443f773f817e3f3f |
EUC-JP | ?D?w?×?? | 001111110100010000111111011101110011111110100001110111110011111100111111 | 3f443f773fa1df3f3f |
UTF-8 | Dw× | 1100001010001111010001001100001010001111011101111100001010001101110000111001011111000010100101001100001010100000 | c28f44c28f77c28dc397c294c2a0 |
UHC | ?D?w?×?? | 001111110100010000111111011101110011111110100001101111110011111100111111 | 3f443f773fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)