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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ??モ〓W | 00111111001111111000001110000010100000011010110001010111 | 3f3f838281ac57 |
EUC-JP | ??モ〓W | 00111111001111111010010111100010101000101010111001010111 | 3f3fa5e2a2ae57 |
UTF-8 | 룶쾹モ〓W | 11101011101000111011011011101100101111101011100111100011100000111010001011100011100000001001001101010111 | eba3b6ecbeb9e383a2e3809357 |
UHC | 룶쾹モ〓W | 100011111010101110110010100011111010101111100010101000011110101101010111 | 8fabb28fabe2a1eb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)