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 | 愼?爾?? | 10011100110001000011111110001110101000100011111100111111 | 9cc43f8ea23f3f |
EUC-JP | 愼?爾?? | 11011000110001100011111110111100101001000011111100111111 | d8c63fbca43f3f |
UTF-8 | 愼렡爾잼릎 | 111001101000010010111100111010111010000010100001111001111000100010111110111011001001111010111100111010111010011010001110 | e684bceba0a1e788beec9ebceba68e |
UHC | 愼렡爾잼릎 | 11100011111001011000111010110010111011001011001111000000111010111011100010101101 | e3e58eb2ecb3c0ebb8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)