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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 臾ъ?臾ъ?^ | 1110010001101011100001001000110000111111111001000110101110000100100011000011111101011110 | e46b848c3fe46b848c3f5e |
EUC-JP | 臾ъ?臾ъ?^ | 1110011111001100101001111110110000111111111001111100110010100111111011000011111101011110 | e7cca7ec3fe7cca7ec3f5e |
UTF-8 | 臾ъ셾臾ъ셾^ | 1110100010000111101111101101000110001010111011001000010110111110111010001000011110111110110100011000101011101100100001011011111001011110 | e887bed18aec85bee887bed18aec85be5e |
UHC | 臾ъ셾臾ъ셾^ | 11101011101011001010110011101100100110011000001111101011101011001010110011101100100110011000001101011110 | ebacacec9983ebacacec99835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)