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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂晏喚 | 111001111010111010011101111001011000101010101011 | e7ae9de58aab |
EUC-JP | 邂晏喚 | 111011101011000011011010111001111011010010101101 | eeb0dae7b4ad |
UTF-8 | 邂晏喚 | 111010011000001010000010111001101001100110001111111001011001011010011010 | e98282e6998fe5969a |
UHC | 邂晏喚 | 111110101011001111100100110011111111110010110000 | fab3e4cffcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)