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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ淞債禿卍~ | 1100001010011111110000101000110111000010100100111100001110011001110000101000000101100000 | c29fc28dc293c399c28160 |
EUC-JP | ツ淞債禿卍〜 | 100011101100001011011110110001001011101011000100110001101100010111010010110001001010000111000001 | 8ec2dec4bac4c6c5d2c4a1c1 |
UTF-8 | ツ淞債禿卍〜 | 111011111011111010000010111001101011011110011110111001011000001010110101111001111010011010111111111001011000110110001101111000111000000010011100 | efbe82e6b79ee582b5e7a6bfe58d8de3809c |
UHC | ?淞債禿卍? | 00111111111000011110011111110011111100001101010010111110110110001011001100111111 | 3fe1e7f3f0d4bed8b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)