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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ渉陳渉達 | 110000101000111111000010100100101100001010001111110000101001001001000010 | c28fc292c28fc29242 |
EUC-JP | ツ渉陳渉達 | 10001110110000101011111011000100110001001100010010111110110001001100001110100011 | 8ec2bec4c4c4bec4c3a3 |
UTF-8 | ツ渉陳渉達 | 111011111011111010000010111001101011100010001001111010011001100110110011111001101011100010001001111010011000000110010100 | efbe82e6b889e999b3e6b889e98194 |
UHC | ??陳?達 | 00111111001111111111001011100111001111111101001110111001 | 3f3ff2e73fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)