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 | ツ衆ツ界 | 110000101000111101001111110000101000101001000101 | c28f4fc28a45 |
EUC-JP | ツ衆ツ界 | 1000111011000010101111011011000010001110110000101011001110100110 | 8ec2bdb08ec2b3a6 |
UTF-8 | ツ衆ツ界 | 111011111011111010000010111010001010000110000110111011111011111010000010111001111001010110001100 | efbe82e8a186efbe82e7958c |
UHC | ?衆?界 | 001111111111000111101011001111111100110110100011 | 3ff1eb3fcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)