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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??の | 00111111001111111000001011001100 | 3f3f82cc |
EUC-JP | ??の | 00111111001111111010010011001110 | 3f3fa4ce |
UTF-8 | 뤈뭅の | 111010111010010010001000111010111010110110000101111000111000000110101110 | eba488ebad85e381ae |
UHC | 뤈뭅の | 100011111011100010111001101101001010101011001110 | 8fb8b9b4aace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)