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 | ???r | 00111111001111110011111101110010 | 3f3f3f72 |
SJIS-WIN | 硝ヲ璽r | 100011111100100110100110100011101010001101110010 | 8fc9a68ea372 |
EUC-JP | 硝ヲ璽r | 10111110110010111000111010100110101111001010010101110010 | becb8ea6bca572 |
UTF-8 | 硝ヲ璽r | 11100111101000011001110111101111101111011010011011100111100100101011110101110010 | e7a19defbda6e792bd72 |
UHC | 硝?璽r | 111101011010011000111111110111111101111001110010 | f5a63fdfde72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)