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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 欌등쐠筽 | 111001101010110010001100111010111001001110110001111011001001000010100000111001111010110110111101 | e6ac8ceb93b1ec90a0e7adbd |
UHC | 欌등쐠筽 | 1110110111101011101101011110111010011100100001101110100010100100 | edebb5ee9c86e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)