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 | ー迴「鐱ホ | 10110000111001111000111110100010111110111110010111001110 | b0e78fa2fbe5ce |
EUC-JP | ー迴「鐱ホ | 1000111010110000111011011110111110001110101000101000111111100101111000101000111011001110 | 8eb0edef8ea28fe5e28ece |
UTF-8 | ー迴「鐱ホ | 111011111011110110110000111010001011111110110100111011111011110110100010111010011001000010110001111011111011111010001110 | efbdb0e8bfb4efbda2e990b1efbe8e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)