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??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-WIN | ?亨W?亨NB | 001111111000101110011100010101110011111110001011100111000100111001000010 | 3f8b9c573f8b9c4e42 |
EUC-JP | ?亨W?亨NB | 001111111011010111111100010101110011111110110101111111000100111001000010 | 3fb5fc573fb5fc4e42 |
UTF-8 | 뤚亨W뤚亨NB | 111010111010010010011010111001001011101010101000010101111110101110100100100110101110010010111010101010000100111001000010 | eba49ae4baa857eba49ae4baa84e42 |
UHC | 뤚亨W뤚亨NB | 1000111111001001111110101111101101010111100011111100100111111010111110110100111001000010 | 8fc9fafb578fc9fafb4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)