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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | ?薪??LB | 00111111100100000110010000111111001111110100110001000010 | 3f90643f3f4c42 |
EUC-JP | ?薪??LB | 00111111101111111100010100111111001111110100110001000010 | 3fbfc53f3f4c42 |
UTF-8 | 쒀薪렕롍LB | 1110110010010010100000001110100010010110101010101110101110100000100101011110101110100001100011010100110001000010 | ec9280e896aaeba095eba18d4c42 |
UHC | 쒀薪렕롍LB | 10111110101011001110001111101111100011101010101010001110110100110100110001000010 | beace3ef8eaa8ed34c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)