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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?燾枇雰?^ | 001111111111101101011010100101001111100010010101101101010011111101011110 | 3ffb5a94f895b53f5e |
EUC-JP | ?燾枇雰?^ | 00111111100011111100101010111101110010001111101011001010101101110011111101011110 | 3f8fcabdc8facab73f5e |
UTF-8 | 뤯燾枇雰㎊^ | 11101011101001001010111111100111100001111011111011100110100111101000011111101001100110111011000011100011100011101000101001011110 | eba4afe787bee69e87e99bb0e38e8a5e |
UHC | 뤯燾枇雰㎊^ | 1000111111011101110101001010011111011101111011011101110111010100101001111101110001011110 | 8fddd4a7ddedddd4a7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)