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 | ?悅? | 00111111111110101011110100111111 | 3ffabd3f |
EUC-JP | ??瘙 | 0011111100111111100011111100110111110000 | 3f3f8fcdf0 |
UTF-8 | 뼊悅瘙 | 111010111011110010001010111001101000001010000101111001111001100010011001 | ebbc8ae68285e79899 |
UHC | 뼊悅瘙 | 100101101001001011100110111011011110000111000100 | 9692e6ede1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)