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 | 紗赦錞辞 | 1000111011010001100011101100110111111011110110111000111010101011 | 8ed18ecdfbdb8eab |
EUC-JP | 紗赦錞辞 | 101111001101001110111100110011111000111111100100110111001011110010101101 | bcd3bccf8fe4dcbcad |
UTF-8 | 紗赦錞辞 | 111001111011010010010111111010001011010110100110111010011000110010011110111010001011111010011110 | e7b497e8b5a6e98c9ee8be9e |
UHC | 紗赦錞? | 11011110111010011101111011110101111000101111011000111111 | dee9def5e2f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)