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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ロ・螂ヒ | 1101101110100101111001011010010111001011 | dba5e5a5cb |
EUC-JP | ロ・螂ヒ | 1000111011011011100011101010010111101010101001111000111011001011 | 8edb8ea5eaa78ecb |
UTF-8 | ロ・螂ヒ | 111011111011111010011011111011111011110110100101111010001001111010000010111011111011111010001011 | efbe9befbda5e89e82efbe8b |
UHC | ??螂? | 0011111100111111110101011100110000111111 | 3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)