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 | 0011111100111111100010011001111101000010 | 3f3f899f42 |
EUC-JP | ??押B | 0011111100111111101100101010000101000010 | 3f3fb2a142 |
UTF-8 | 셴섣押B | 11101100100001011011010011101100100001001010001111100110100010101011110001000010 | ec85b4ec84a3e68abc42 |
UHC | 셴섣押B | 10111100110011111011110010110010111001001110001101000010 | bccfbcb2e4e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)