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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 澈レ鈊\ | 1111101101001011110110101111101111000011111100000111011001011100 | fb4bdafbc3f0765c |
EUC-JP | 澈レ鈊?\ | 10001111110010001110010110001110110110101000111111100011101111110011111101011100 | 8fc8e58eda8fe3bf3f5c |
UTF-8 | 澈レ鈊\ | 11100110101111101000100011101111101111101001101011101001100010001000101011101110100000001011011001011100 | e6be88efbe9ae9888aee80b65c |
UHC | 澈???\ | 111101001100110100111111001111110011111101011100 | f4cd3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)