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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ユフロル | 110101011100110011011011110110011111001111011111 | d5ccdbd9f3df |
EUC-JP | ユフロル? | 100011101101010110001110110011001000111011011011100011101101100100111111 | 8ed58ecc8edb8ed93f |
UTF-8 | ユフロル | 111011111011111010010101111011111011111010001100111011111011111010011011111011111011111010011001111011101000101110010010 | efbe95efbe8cefbe9befbe99ee8b92 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)