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 | 勖??? | 100011111011001111101101001111110011111100111111 | 8fb3ed3f3f3f |
UTF-8 | 勖렓欌렯 | 111001011000101110010110111010111010000010010011111001101010110010001100111010111010000010101111 | e58b96eba093e6ac8ceba0af |
UHC | 勖렓欌렯 | 1110100111101101100011101010100011101101111010111000111010111100 | e9ed8ea8edeb8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)