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 | 跂ス郢慕 | 11100110111000111011110111100111101110011001010111100111 | e6e3bde7b995e7 |
EUC-JP | 跂ス郢慕 | 1110110011100101100011101011110111101110101110111100101011101001 | ece58ebdeebbcae9 |
UTF-8 | 跂ス郢慕 | 111010001011011110000010111011111011110110111101111010011000001110100010111001101000010110010101 | e8b782efbdbde983a2e68595 |
UHC | ???慕 | 0011111100111111001111111101100110110111 | 3f3f3fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)