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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 脱俗束h脱俗 | 1001001001000101100100011010110110010001101010010110100010010010010001011001000110101101 | 924591ad91a968924591ad |
EUC-JP | 脱俗束h脱俗 | 1100001110100110110000101010111111000010101010110110100011000011101001101100001010101111 | c3a6c2afc2ab68c3a6c2af |
UTF-8 | 脱俗束h脱俗 | 11101000100001001011000111100100101111111001011111100110100111011001111101101000111010001000010010110001111001001011111110010111 | e884b1e4bf97e69d9f68e884b1e4bf97 |
UHC | ?俗束h?俗 | 001111111110000111010100111000011101011001101000001111111110000111010100 | 3fe1d4e1d6683fe1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)