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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | ?靷?B | 001111111000111111100111101111010011111101000010 | 3f8fe7bd3f42 |
UTF-8 | 셈靷소B | 11101100100001011000100011101001100111011011011111101100100001101000110001000010 | ec8588e99db7ec868c42 |
UHC | 셈靷소B | 10111100110000001110110011100110101111001101001001000010 | bcc0ece6bcd242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)