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 | ?曉錮 | 0011111110011101111110101110011111111100 | 3f9dfae7fc |
EUC-JP | ?曉錮 | 0011111111011010111111001110111011111110 | 3fdafceefe |
UTF-8 | 뤌曉錮 | 111010111010010010001100111001101001101110001001111010011000110010101110 | eba48ce69b89e98cae |
UHC | 뤌曉錮 | 100011111011110011111100111110111100110111010001 | 8fbcfcfbcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)