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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | ???夜??c^ | 001111110011111100111111100101101110100100111111001111110110001101011110 | 3f3f3f96e93f3f635e |
EUC-JP | ???夜??c^ | 001111110011111100111111110011001110101100111111001111110110001101011110 | 3f3f3fcceb3f3f635e |
UTF-8 | 若듸숯夜쇽풄c^ | 1110111110100101101101001110101110010011101110001110110010001000101011111110010110100100100111001110110010000111101111011110110110010010100001000110001101011110 | efa5b4eb93b8ec88afe5a49cec87bded9284635e |
UHC | 若듸숯夜쇽풄c^ | 1110010110101110101101011110111110111101101000011110010110101000101111001110111110111110100011000110001101011110 | e5aeb5efbda1e5a8bcefbe8c635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)