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 | ?泗首 | 0011111110011111100110011000111011110001 | 3f9f998ef1 |
EUC-JP | ?泗首 | 0011111111011101111110011011110011110011 | 3fddf9bcf3 |
UTF-8 | 뤩泗首 | 111010111010010010101001111001101011001110010111111010011010011010010110 | eba4a9e6b397e9a696 |
UHC | 뤩泗首 | 100011111101011111011110110111111110001011001111 | 8fd7dedfe2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)