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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 蔟\}蔟\{^ | 11110001110000101110010011110101010111000111110111110001110000101110010011110101010111000111101101011110 | f1c2e4f55c7df1c2e4f55c7b5e |
EUC-JP | ?蔟\}?蔟\{^ | 0011111111101000111101110101110001111101001111111110100011110111010111000111101101011110 | 3fe8f75c7d3fe8f75c7b5e |
UTF-8 | 蔟\}蔟\{^ | 1110111010000100101111011110100010010100100111110101110001111101111011101000010010111101111010001001010010011111010111000111101101011110 | ee84bde8949f5c7dee84bde8949f5c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)