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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?叔}?叔{^ | 001111111000111101100110011111010011111110001111011001100111101101011110 | 3f8f667d3f8f667b5e |
EUC-JP | 鉥叔}鉥叔{^ | 10001111111000111110100010111101110001110111110110001111111000111110100010111101110001110111101101011110 | 8fe3e8bdc77d8fe3e8bdc77b5e |
UTF-8 | 鉥叔}鉥叔{^ | 111010011000100110100101111001011000111110010100011111011110100110001001101001011110010110001111100101000111101101011110 | e989a5e58f947de989a5e58f947b5e |
UHC | 鉥叔}鉥叔{^ | 1110001011111100111000101101001001111101111000101111110011100010110100100111101101011110 | e2fce2d27de2fce2d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)