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 | 裔壽勁跂 | 1110010111100001100110101110011010011001101001001110011011100011 | e5e19ae699a4e6e3 |
EUC-JP | 裔壽勁跂 | 1110101011100011110101001110100011010010101001101110110011100101 | eae3d4e8d2a6ece5 |
UTF-8 | 裔壽勁跂 | 111010001010001110010100111001011010001110111101111001011000101110000001111010001011011110000010 | e8a394e5a3bde58b81e8b782 |
UHC | 裔壽勁? | 11100111111000001110000111111000110011001100110100111111 | e7e0e1f8cccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)