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 | ????提 | 001111110011111100111111001111111001001011110001 | 3f3f3f3f92f1 |
EUC-JP | 湞???提 | 1000111111000111111111100011111100111111001111111100010011110011 | 8fc7fe3f3f3fc4f3 |
UTF-8 | 湞곁렊렱提 | 111001101011100110011110111010101011001110000001111010111010000010001010111010111010000010110001111001101000111110010000 | e6b99eeab381eba08aeba0b1e68f90 |
UHC | 湞곁렊렱提 | 11101111111001101011000011100111100011101010000110001110101111101111000010101011 | efe6b0e78ea18ebef0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)