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 | ?T? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 唸T涌 | 1001101001011000010101001001011101001111 | 9a5854974f |
EUC-JP | 唸T涌 | 1101001110111001010101001100110110110000 | d3b954cdb0 |
UTF-8 | 唸T涌 | 11100101100101001011100001010100111001101011011010001100 | e594b854e6b68c |
UHC | ?T涌 | 00111111010101001110100110111111 | 3f54e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)