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 | ?裨?? | 0011111111100101111010010011111100111111 | 3fe5e93f3f |
EUC-JP | ?裨洧? | 00111111111010101110101110001111110001111011010000111111 | 3feaeb8fc7b43f |
UTF-8 | 뤫裨洧栒 | 111010111010010010101011111010001010001110101000111001101011010010100111111001101010000010010010 | eba4abe8a3a8e6b4a7e6a092 |
UHC | 뤫裨洧栒 | 1000111111011001110111101010010111101010111110111110001011100011 | 8fd9dea5eafbe2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)