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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 囚?D囚?D^ | 100011101111101000111111010001001000111011111010001111110100010001011110 | 8efa3f448efa3f445e |
EUC-JP | 囚?D囚?D^ | 101111001111110000111111010001001011110011111100001111110100010001011110 | bcfc3f44bcfc3f445e |
UTF-8 | 囚稶D囚稶D^ | 111001011001101110011010111001111010100010110110010001001110010110011011100110101110011110101000101101100100010001011110 | e59b9ae7a8b644e59b9ae7a8b6445e |
UHC | 囚稶D囚稶D^ | 1110000111110110111010011111001101000100111000011111011011101001111100110100010001011110 | e1f6e9f344e1f6e9f3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)