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 | ツ廛テヲ | 1100001010011100010001001100001110100110 | c29c44c3a6 |
EUC-JP | ツ廛テヲ | 1000111011000010110101111010010110001110110000111000111010100110 | 8ec2d7a58ec38ea6 |
UTF-8 | ツ廛テヲ | 111011111011111010000010111001011011101110011011111011111011111010000011111011111011110110100110 | efbe82e5bb9befbe83efbda6 |
UHC | ?廛?? | 0011111111101110111110000011111100111111 | 3feef83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)