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 | ?汗漿?? | 00111111100010101011111010011111111101110011111100111111 | 3f8abe9ff73f3f |
EUC-JP | ?汗漿?? | 00111111101101001100000011011110111110010011111100111111 | 3fb4c0def93f3f |
UTF-8 | 뤋汗漿쭖칓 | 111010111010010010001011111001101011000110010111111001101011110010111111111011001010110110010110111011001011100110010011 | eba48be6b197e6bcbfecad96ecb993 |
UHC | 뤋汗漿쭖칓 | 10001111101110111111100111010010111011011110110010100111100011101010111101101010 | 8fbbf9d2edeca78eaf6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)