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 | ??_??~ | 001111110011111101011111001111110011111101111110 | 3f3f5f3f3f7e |
SJIS-WIN | ツ咤_テ。~ | 11000010100110100100001001011111110000111010000101111110 | c29a425fc3a17e |
EUC-JP | ツ咤_テ。~ | 10001110110000101101001110100011010111111000111011000011100011101010000101111110 | 8ec2d3a35f8ec38ea17e |
UTF-8 | ツ咤_テ。~ | 1110111110111110100000101110010110010010101001000101111111101111101111101000001111101111101111011010000101111110 | efbe82e592a45fefbe83efbda17e |
UHC | ?咤_??~ | 00111111111101101110001101011111001111110011111101111110 | 3ff6e35f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)