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 | ?°???? | 001111111011000000111111001111110011111100111111 | 3fb03f3f3f3f |
SJIS-WIN | 羶°蕎矜随Ε | 111000111011110110000001100010111000101110111100111000011110000010010000100011111000001110100011 | e3bd818b8bbce1e0908f83a3 |
EUC-JP | 羶°蕎矜随Ε | 111001101011111110100001111010111011011010111110111000101110001010111111111011111010011010100101 | e6bfa1ebb6bee2e2bfefa6a5 |
UTF-8 | 羶°蕎矜随Ε | 11100111101111101011011011000010101100001110100010010101100011101110011110011111100111001110100110011010100011111100111010010101 | e7beb6c2b0e8958ee79f9ce99a8fce95 |
UHC | ?°蕎矜?Ε | 00111111101000011100011011001110111100001101000011101000001111111010010111000101 | 3fa1c6cef0d0e83fa5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)