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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 羶°し覬o | 11100011101111011000000110001011100000101011010111100110010100001000001010001111 | e3bd818b82b5e650828f |
EUC-JP | 羶°し覬o | 11100110101111111010000111101011101001001011011111101011101100011010001111101111 | e6bfa1eba4b7ebb1a3ef |
UTF-8 | 羶°し覬o | 1110011110111110101101101100001010110000111000111000000110010111111010001010011010101100111011111011110110001111 | e7beb6c2b0e38197e8a6acefbd8f |
UHC | ?°し?o | 0011111110100001110001101010101010110111001111111010001111101111 | 3fa1c6aab73fa3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)