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 | タ「アキ | 11000000101000101011000110110111 | c0a2b1b7 |
EUC-JP | タ「アキ | 1000111011000000100011101010001010001110101100011000111010110111 | 8ec08ea28eb18eb7 |
UTF-8 | タ「アキ | 111011111011111010000000111011111011110110100010111011111011110110110001111011111011110110110111 | efbe80efbda2efbdb1efbdb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)