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 | XOWY | 1001001001011000100100100100111110010010010101111001001001011001 | 9258924f92579259 |
SJIS-WIN | ?X?O?W?Y | 0011111101011000001111110100111100111111010101110011111101011001 | 3f583f4f3f573f59 |
EUC-JP | ?X?O?W?Y | 0011111101011000001111110100111100111111010101110011111101011001 | 3f583f4f3f573f59 |
UTF-8 | XOWY | 110000101001001001011000110000101001001001001111110000101001001001010111110000101001001001011001 | c29258c2924fc29257c29259 |
UHC | ?X?O?W?Y | 0011111101011000001111110100111100111111010101110011111101011001 | 3f583f4f3f573f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)