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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ佚環徃 | 11000010100110001100001110001010110000101001110001100111 | c298c38ac29c67 |
EUC-JP | ツ佚環徃 | 1000111011000010110100001100010110110100110001001101011111001000 | 8ec2d0c5b4c4d7c8 |
UTF-8 | ツ佚環徃 | 111011111011111010000010111001001011110110011010111001111001001010110000111001011011111010000011 | efbe82e4bd9ae792b0e5be83 |
UHC | ?佚環? | 001111111110110011101010111111001011101100111111 | 3feceafcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)