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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涌俾咤 | 100101110100111110011000111010101001101001000010 | 974f98ea9a42 |
EUC-JP | 涌俾咤 | 110011011011000011010000111011001101001110100011 | cdb0d0ecd3a3 |
UTF-8 | 涌俾咤 | 111001101011011010001100111001001011111110111110111001011001001010100100 | e6b68ce4bfbee592a4 |
UHC | 涌?咤 | 1110100110111111001111111111011011100011 | e9bf3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)