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 | 沮?? | 10011111100111000011111100111111 | 9f9c3f3f |
EUC-JP | 沮?? | 11011101111111000011111100111111 | ddfc3f3f |
UTF-8 | 沮흘욱 | 111001101011001010101110111011011001110110011000111011001001101010110001 | e6b2aeed9d98ec9ab1 |
UHC | 沮흘욱 | 111011101100000111001000111010101011111111101101 | eec1c8eabfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)