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 | 爰簍爰簍 | 1110000010100111111000101100101111100000101001111110001011001011 | e0a7e2cbe0a7e2cb |
EUC-JP | 爰簍爰簍 | 1110000010101001111001001100110111100000101010011110010011001101 | e0a9e4cde0a9e4cd |
UTF-8 | 爰簍爰簍 | 111001111000100010110000111001111011000010001101111001111000100010110000111001111011000010001101 | e788b0e7b08de788b0e7b08d |
UHC | 爰?爰? | 111010101011101000111111111010101011101000111111 | eaba3feaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)