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 | ??i? | 00111111001111110110100100111111 | 3f3f693f |
SJIS-WIN | テゥiツ | 11000011101010010110100111000010 | c3a969c2 |
EUC-JP | テゥiツ | 10001110110000111000111010101001011010011000111011000010 | 8ec38ea9698ec2 |
UTF-8 | テゥiツ | 11101111101111101000001111101111101111011010100101101001111011111011111010000010 | efbe83efbda969efbe82 |
UHC | ??i? | 00111111001111110110100100111111 | 3f3f693f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)