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 | ????IB | 001111110011111100111111001111110100100101000010 | 3f3f3f3f4942 |
SJIS-WIN | ?薪??IB | 00111111100100000110010000111111001111110100100101000010 | 3f90643f3f4942 |
EUC-JP | ?薪??IB | 00111111101111111100010100111111001111110100100101000010 | 3fbfc53f3f4942 |
UTF-8 | 쒀薪렔롈IB | 1110110010010010100000001110100010010110101010101110101110100000100101001110101110100001100010000100100101000010 | ec9280e896aaeba094eba1884942 |
UHC | 쒀薪렔롈IB | 10111110101011001110001111101111100011101010100110001110110011100100100101000010 | beace3ef8ea98ece4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)