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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??較粃? | 00111111001111111000101001110010111000101110000100111111 | 3f3f8a72e2e13f |
EUC-JP | ??較粃? | 00111111001111111011001111010011111001001110001100111111 | 3f3fb3d3e4e33f |
UTF-8 | 뤵칿較粃렟 | 111010111010010010110101111011001011100110111111111010001011110010000011111001111011001010000011111010111010000010011111 | eba4b5ecb9bfe8bc83e7b283eba09f |
UHC | 뤵칿較粃렟 | 10001111111000111010111110001110110011101111001011011101111110111000111010110000 | 8fe3af8ecef2ddfb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)