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 | 硝ヲ璽ヘ | 1000111111001001101001101000111010100011111100011110101111001101 | 8fc9a68ea3f1ebcd |
EUC-JP | 硝ヲ璽?ヘ | 101111101100101110001110101001101011110010100101001111111000111011001101 | becb8ea6bca53f8ecd |
UTF-8 | 硝ヲ璽ヘ | 111001111010000110011101111011111011110110100110111001111001001010111101111011101000010110100110111011111011111010001101 | e7a19defbda6e792bdee85a6efbe8d |
UHC | 硝?璽?? | 11110101101001100011111111011111110111100011111100111111 | f5a63fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)