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 | YW®ZU¦ | 1001001001011001010101111001000110101110100100100101101010010010010101011001000110100110 | 92595791ae925a925591a6 |
SJIS-WIN | ?YW???Z?U?? | 0011111101011001010101110011111100111111001111110101101000111111010101010011111100111111 | 3f59573f3f3f5a3f553f3f |
EUC-JP | ?YW?®?Z?U?¦ | 001111110101100101010111001111111000111110100010111011100011111101011010001111110101010100111111100011111010001011000011 | 3f59573f8fa2ee3f5a3f553f8fa2c3 |
UTF-8 | YW®ZU¦ | 110000101001001001011001010101111100001010010001110000101010111011000010100100100101101011000010100100100101010111000010100100011100001010100110 | c2925957c291c2aec2925ac29255c291c2a6 |
UHC | ?YW?®?Z?U?? | 001111110101100101010111001111111010001011100111001111110101101000111111010101010011111100111111 | 3f59573fa2e73f5a3f553f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)