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 | [D´YW¥ | 1001001001011011010001001001000110110100100100100101100110010010010101111001000110100101 | 925b4491b49259925791a5 |
SJIS-WIN | ?[D?´?Y?W?¥ | 00111111010110110100010000111111100000010100110000111111010110010011111101010111001111111000000110001111 | 3f5b443f814c3f593f573f818f |
EUC-JP | ?[D?´?Y?W?? | 001111110101101101000100001111111010000110101101001111110101100100111111010101110011111100111111 | 3f5b443fa1ad3f593f573f3f |
UTF-8 | [D´YW¥ | 110000101001001001011011010001001100001010010001110000101011010011000010100100100101100111000010100100100101011111000010100100011100001010100101 | c2925b44c291c2b4c29259c29257c291c2a5 |
UHC | ?[D?´?Y?W?? | 001111110101101101000100001111111010001010100101001111110101100100111111010101110011111100111111 | 3f5b443fa2a53f593f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)