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 | ?重莖? | 001111111000111101100100111001001011000100111111 | 3f8f64e4b13f |
EUC-JP | ?重莖? | 001111111011110111000101111010001011001100111111 | 3fbdc5e8b33f |
UTF-8 | 뤵重莖쵢 | 111010111010010010110101111010011000011110001101111010001000111010010110111011001011010110100010 | eba4b5e9878de88e96ecb5a2 |
UHC | 뤵重莖쵢 | 1000111111100011111100011110110011001100111011001010110101000010 | 8fe3f1ecccecad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)