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 | ?瑩?? | 0011111111100000111100000011111100111111 | 3fe0f03f3f |
EUC-JP | ?瑩?? | 0011111111100000111100100011111100111111 | 3fe0f23f3f |
UTF-8 | 뤶瑩틢헋 | 111010111010010010110110111001111001000110101001111011011000101110100010111011011001011110001011 | eba4b6e791a9ed8ba2ed978b |
UHC | 뤶瑩틢헋 | 1000111111100100111110111010100110111010100011101100001001000010 | 8fe4fba9ba8ec242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)