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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??較??^ | 00111111001111111000101001110010001111110011111101011110 | 3f3f8a723f3f5e |
EUC-JP | ??較??^ | 00111111001111111011001111010011001111110011111101011110 | 3f3fb3d33f3f5e |
UTF-8 | 뤵칿較틢픢^ | 11101011101001001011010111101100101110011011111111101000101111001000001111101101100010111010001011101101100101001010001001011110 | eba4b5ecb9bfe8bc83ed8ba2ed94a25e |
UHC | 뤵칿較틢픢^ | 1000111111100011101011111000111011001110111100101011101010001110110000000110010101011110 | 8fe3af8ecef2ba8ec0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)