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 | Ë|}Ë|{^ | 1000100011001011100011010111110001111101100010001100101110001101011111000111101101011110 | 88cb8d7c7d88cb8d7c7b5e |
SJIS-WIN | ???|}???|{^ | 0011111100111111001111110111110001111101001111110011111100111111011111000111101101011110 | 3f3f3f7c7d3f3f3f7c7b5e |
EUC-JP | ?Ë?|}?Ë?|{^ | 001111111000111110101010101100110011111101111100011111010011111110001111101010101011001100111111011111000111101101011110 | 3f8faab33f7c7d3f8faab33f7c7b5e |
UTF-8 | Ë|}Ë|{^ | 1100001010001000110000111000101111000010100011010111110001111101110000101000100011000011100010111100001010001101011111000111101101011110 | c288c38bc28d7c7dc288c38bc28d7c7b5e |
UHC | ???|}???|{^ | 0011111100111111001111110111110001111101001111110011111100111111011111000111101101011110 | 3f3f3f7c7d3f3f3f7c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)