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 | 뮧ê±] | 11101011101011101010011111101010101100011000001101011101 | ebaea7eab1835d |
SJIS-WIN | ??§?±?] | 001111110011111110000001100110000011111110000001011111010011111101011101 | 3f3f81983f817d3f5d |
EUC-JP | 뮧�] | 100011111010101110110011100011111010001011101110101000011111100010001111101010111011010010100001110111100011111101011101 | 8fabb38fa2eea1f88fabb4a1de3f5d |
UTF-8 | 뮧ê±] | 11000011101010111100001010101110110000101010011111000011101010101100001010110001110000101000001101011101 | c3abc2aec2a7c3aac2b1c2835d |
UHC | ?®§?±?] | 00111111101000101110011110100001110101110011111110100001101111100011111101011101 | 3fa2e7a1d73fa1be3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)