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 | ??基漿? | 00111111001111111000101011101110100111111111011100111111 | 3f3f8aee9ff73f |
EUC-JP | ??基漿? | 00111111001111111011010011110000110111101111100100111111 | 3f3fb4f0def93f |
UTF-8 | 뤶횓基漿퀚 | 111010111010010010110110111011011001101010010011111001011001111110111010111001101011110010111111111011011000000010011010 | eba4b6ed9a93e59fbae6bcbfed809a |
UHC | 뤶횓基漿퀚 | 10001111111001001100001110001110110100001111000111101101111011001011001110001110 | 8fe4c38ed0f1edecb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)