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 | ??┷闇 | 001111110011111110000100101110001000100011000101 | 3f3f84b888c5 |
EUC-JP | 璵?┷闇 | 1000111111001100111001100011111110101000101110101011000011000111 | 8fcce63fa8bab0c7 |
UTF-8 | 璵뷂┷闇 | 111001111001001010110101111010111011011110000010111000101001010010110111111010011001011110000111 | e792b5ebb782e294b7e99787 |
UHC | 璵뷂┷闇 | 1110011010100101100101001110111110100110101110101110010011100001 | e6a594efa6bae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)