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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?伊楯 | 0011111110001000110010011000111101111100 | 3f88c98f7c |
EUC-JP | 棅伊楯 | 10001111110000111111101110110000110010111011110111011101 | 8fc3fbb0cbbddd |
UTF-8 | 棅伊楯 | 111001101010001110000101111001001011110010001010111001101010010110101111 | e6a385e4bc8ae6a5af |
UHC | 棅伊楯 | 110111001011100011101100101001011110001011100100 | dcb8eca5e2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)