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 | ??????± | 00111111001111110011111100111111001111110011111110110001 | 3f3f3f3f3f3fb1 |
SJIS-WIN | ??????± | 0011111100111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f3f817d |
EUC-JP | ????庾?± | 00111111001111110011111100111111100011111011110011001110001111111010000111011110 | 3f3f3f3f8fbcce3fa1de |
UTF-8 | 쒀롋쑈뤊庾쳩± | 1110110010010010100000001110101110100001100010111110110010010001100010001110101110100100100010101110010110111010101111101110110010110011101010011100001010110001 | ec9280eba18bec9188eba48ae5babeecb3a9c2b1 |
UHC | 쒀롋쑈뤊庾쳩± | 1011111010101100100011101101000110111110101001001000111110111010111010101110110010101011100011101010000110111110 | beac8ed1bea48fbaeaecab8ea1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)