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 | ??較? | 0011111100111111100010100111001000111111 | 3f3f8a723f |
EUC-JP | ??較? | 0011111100111111101100111101001100111111 | 3f3fb3d33f |
UTF-8 | 뤶풆較쾸 | 111010111010010010110110111011011001001010000110111010001011110010000011111011001011111010111000 | eba4b6ed9286e8bc83ecbeb8 |
UHC | 뤶풆較쾸 | 1000111111100100101111101000111011001110111100101011001010001110 | 8fe4be8ecef2b28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)